#554E03

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

Shades of Verdun Green #554E03

Tints of Verdun Green #554E03

Color information

#554E03 (or 0x554E03) is unknown color: approx Verdun Green. HEX triplet: 55, 4E and 03. RGB value is (85,78,3). Sum of RGB (Red+Green+Blue) = 85+78+3=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #554E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E03 is #AAB1FC. Grayscale: #474747. Windows color (decimal): -11186685 or 216661. OLE color: 216661.

HSL color Cylindrical-coordinate representation of color #554E03: hue angle of 54.88º 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 #554E03 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB85783-
CMYK00.080.960.67
HSL54.88º93.18%17.25%-
HSV(B)54.88º96.47%33.33%-
XYZ6.497.391.17-
YUV71.5489.32137.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 78 (30.86% from 255) = 46.99%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=51.20%
G=46.99%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8578300.080.960.6754.8893.1817.25
Hex554E3086043375d11
Octal12511630101401036713521
Binary10101011001110110100011000001000011110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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