Html Css Color HEX #063325 Dark Green

📋 copy color: '#063325'

red 6 ◦ green 51 ◦ blue 37

#063325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #063325

Tints of Dark Green #063325

RGB

 RED value IS 6 (2.73% from 255) = 6.38%

 GREEN value IS 51 (20.31% from 255) = 54.26%

 BLUE value IS 37 (14.84% from 255) = 39.36%

R = 6.38%
G = 54.26%
B = 39.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#063325 (or 0x063325) is known color: Dark Green. HEX triplet: 06, 33 and 25. RGB value is (6,51,37). Sum of RGB (Red+Green+Blue) = 6+51+37=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #063325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063325 is #F9CCDA. Grayscale: #232323. Windows color (decimal): -16370907 or 2437894. OLE color: 2437894.

HSL color Cylindrical-coordinate representation of color #063325: hue angle of 161.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063325 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 37 -
CMYK 0.88 0 0.27 0.8
HSL 161.33º 0.79% 0.11% -
HSV(B) 161.33º 0.88% 0.2% -
XYZ 1.59 2.54 2.16 -
YUV 35.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 6 51 37 0.88 0 0.27 0.8 161.33 0.79 0.11
Hex 6 33 25 58 0 1B 50 A1 4F B
Octal 6 63 45 130 0 33 120 241 117 13
Binary 110 110011 100101 1011000 0 11011 1010000 10100001 1001111 1011

Color Harmonies of #063325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063325

Black with #063325

Text Example


Text Example

White with #063325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063325; }

 p { color: rgb(6,51,37); }

 H1.HeaderClassName
 {
   color: #063325;
 }
 .AnyTagClassName
 {
   color: #063325;
 }
</style>

background-color css

<style>
 a { background-color: #063325; }

 a { background-color: rgb(6,51,37); }

 div.DivClassName
 {
   background-color: #063325;
 }
 .BgClassName
 {
   background-color: #063325;
 }
</style>

border-color css

<style>
 span { border-color: #063325; }

 span { border-color: rgb(6,51,37); }

 td.TdClassName
 {
   border-color: #063325;
 }
 .TagClassName
 {
   border-color: #063325;
 }
</style>