Html Css Color HEX #556402 Verdun Green

📋 copy color: '#556402'

red 85 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #556402

Tints of Verdun Green #556402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.48%

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 45.45%
G = 53.48%
B = 1.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#556402 (or 0x556402) is known color: Verdun Green. HEX triplet: 55, 64 and 02. RGB value is (85,100,2). Sum of RGB (Red+Green+Blue) = 85+100+2=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #556402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556402 is #AA9BFD. Grayscale: #545454. Windows color (decimal): -11181054 or 156757. OLE color: 156757.

HSL color Cylindrical-coordinate representation of color #556402: hue angle of 69.18º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #556402 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 2 -
CMYK 0.15 0 0.98 0.61
HSL 69.18º 0.96% 0.2% -
HSV(B) 69.18º 0.98% 0.39% -
XYZ 8.31 11.05 1.75 -
YUV 84.34 81.53 128.47 -
System Red Green Blue C M Y K H S L
Decimal 85 100 2 0.15 0 0.98 0.61 69.18 0.96 0.2
Hex 55 64 2 F 0 62 3D 45 60 14
Octal 125 144 2 17 0 142 75 105 140 24
Binary 1010101 1100100 10 1111 0 1100010 111101 1000101 1100000 10100

Color Harmonies of #556402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556402

Black with #556402

Text Example


Text Example

White with #556402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556402; }

 p { color: rgb(85,100,2); }

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

background-color css

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

 a { background-color: rgb(85,100,2); }

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

border-color css

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

 span { border-color: rgb(85,100,2); }

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