Html Css Color HEX #555802 Verdun Green

📋 copy color: '#555802'

red 85 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #555802

Tints of Verdun Green #555802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 48.57%
G = 50.29%
B = 1.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#555802 (or 0x555802) is known color: Verdun Green. HEX triplet: 55, 58 and 02. RGB value is (85,88,2). Sum of RGB (Red+Green+Blue) = 85+88+2=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #555802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555802 is #AAA7FD. Grayscale: #4D4D4D. Windows color (decimal): -11184126 or 153685. OLE color: 153685.

HSL color Cylindrical-coordinate representation of color #555802: hue angle of 62.09º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555802 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 2 -
CMYK 0.03 0 0.98 0.65
HSL 62.09º 0.96% 0.18% -
HSV(B) 62.09º 0.98% 0.35% -
XYZ 7.25 8.92 1.4 -
YUV 77.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 85 88 2 0.03 0 0.98 0.65 62.09 0.96 0.18
Hex 55 58 2 3 0 62 41 3E 60 12
Octal 125 130 2 3 0 142 101 76 140 22
Binary 1010101 1011000 10 11 0 1100010 1000001 111110 1100000 10010

Color Harmonies of #555802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555802

Black with #555802

Text Example


Text Example

White with #555802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555802; }

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

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

background-color css

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

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

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

border-color css

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

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

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