#555D02

Color #555D02 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #555D02

Tints of Verdun Green #555D02

Color information

#555D02 (or 0x555D02) is unknown color: approx Verdun Green. HEX triplet: 55, 5D and 02. RGB value is (85,93,2). Sum of RGB (Red+Green+Blue) = 85+93+2=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #555D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D02 is #AAA2FD. Grayscale: #505050. Windows color (decimal): -11182846 or 154965. OLE color: 154965.

HSL color Cylindrical-coordinate representation of color #555D02: hue angle of 65.27º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555D02 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB85932-
CMYK0.0900.980.64
HSL65.27º95.79%18.63%-
HSV(B)65.27º97.85%36.47%-
XYZ7.679.761.54-
YUV80.2383.85131.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 93 (36.72% from 255) = 51.67%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=47.22%
G=51.67%
B=1.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal859320.0900.980.6465.2795.7918.63
Hex555D2906240416013
Octal125135211014210010114023
Binary101010110111011010010110001010000001000001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D02; }

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

 H1.HeaderClassName
 {
   color: #555D02;
 }
 .AnyTagClassName
 {
   color: #555D02;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #555D02;
 }
 .BgClassName
 {
   background-color: #555D02;
 }
</style>
border-color css

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

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

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