Html Css Color HEX #55600C Verdun Green

📋 copy color: '#55600C'

red 85 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #55600C

Tints of Verdun Green #55600C

RGB

 RED value IS 85 (33.59% from 255) = 44.04%

 GREEN value IS 96 (37.89% from 255) = 49.74%

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 44.04%
G = 49.74%
B = 6.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#55600C (or 0x55600C) is known color: Verdun Green. HEX triplet: 55, 60 and 0C. RGB value is (85,96,12). Sum of RGB (Red+Green+Blue) = 85+96+12=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #55600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55600C is #AA9FF3. Grayscale: #535353. Windows color (decimal): -11182068 or 811093. OLE color: 811093.

HSL color Cylindrical-coordinate representation of color #55600C: hue angle of 67.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55600C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 12 -
CMYK 0.11 0 0.88 0.62
HSL 67.86º 0.78% 0.21% -
HSV(B) 67.86º 0.88% 0.38% -
XYZ 8 10.32 1.92 -
YUV 83.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 85 96 12 0.11 0 0.88 0.62 67.86 0.78 0.21
Hex 55 60 C B 0 58 3E 44 4E 15
Octal 125 140 14 13 0 130 76 104 116 25
Binary 1010101 1100000 1100 1011 0 1011000 111110 1000100 1001110 10101

Color Harmonies of #55600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55600C

Black with #55600C

Text Example


Text Example

White with #55600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55600C; }

 p { color: rgb(85,96,12); }

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

background-color css

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

 a { background-color: rgb(85,96,12); }

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

border-color css

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

 span { border-color: rgb(85,96,12); }

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