#454D08

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

Shades of Verdun Green #454D08

Tints of Verdun Green #454D08

Color information

#454D08 (or 0x454D08) is unknown color: approx Verdun Green. HEX triplet: 45, 4D and 08. RGB value is (69,77,8). Sum of RGB (Red+Green+Blue) = 69+77+8=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #454D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D08 is #BAB2F7. Grayscale: #434343. Windows color (decimal): -12235512 or 544069. OLE color: 544069.

HSL color Cylindrical-coordinate representation of color #454D08: hue angle of 66.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #454D08 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.

Color convert

RGB69778-
CMYK0.1000.900.70
HSL66.96º81.18%16.67%-
HSV(B)66.96º89.61%30.2%-
XYZ5.156.591.23-
YUV66.7494.85129.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 77 (30.47% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=44.81%
G=50%
B=5.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal697780.1000.900.7066.9681.1816.67
Hex454D8A05A46435111
Octal1051151012013210610312121
Binary10001011001101100010100101101010001101000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D08; }

 p { color: rgb(69,77,8); }

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

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

 a { background-color: rgb(69,77,8); }

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

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

 span { border-color: rgb(69,77,8); }

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