#554F03

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

Shades of Verdun Green #554F03

Tints of Verdun Green #554F03

Color information

#554F03 (or 0x554F03) is unknown color: approx Verdun Green. HEX triplet: 55, 4F and 03. RGB value is (85,79,3). Sum of RGB (Red+Green+Blue) = 85+79+3=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #554F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F03 is #AAB0FC. Grayscale: #484848. Windows color (decimal): -11186429 or 216917. OLE color: 216917.

HSL color Cylindrical-coordinate representation of color #554F03: hue angle of 55.61º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #554F03 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB85793-
CMYK00.070.960.67
HSL55.61º93.18%17.25%-
HSV(B)55.61º96.47%33.33%-
XYZ6.567.531.19-
YUV72.1388.99137.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=50.90%
G=47.31%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8579300.070.960.6755.6193.1817.25
Hex554F3076043385d11
Octal1251173071401037013521
Binary1010101100111111011111000001000011111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F03; }

 p { color: rgb(85,79,3); }

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

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

 a { background-color: rgb(85,79,3); }

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

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

 span { border-color: rgb(85,79,3); }

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