#554F05

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

Shades of Verdun Green #554F05

Tints of Verdun Green #554F05

Color information

#554F05 (or 0x554F05) is unknown color: approx Verdun Green. HEX triplet: 55, 4F and 05. RGB value is (85,79,5). Sum of RGB (Red+Green+Blue) = 85+79+5=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F05 is #AAB0FA. Grayscale: #484848. Windows color (decimal): -11186427 or 347989. OLE color: 347989.

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

Color convert

RGB85795-
CMYK00.070.940.67
HSL55.5º88.89%17.65%-
HSV(B)55.5º94.12%33.33%-
XYZ6.577.531.25-
YUV72.3689.99137.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=50.30%
G=46.75%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8579500.070.940.6755.588.8917.65
Hex554F5075E43385912
Octal1251175071361037013122
Binary10101011001111101011110111101000011111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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