#454F04

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

Shades of Verdun Green #454F04

Tints of Verdun Green #454F04

Color information

#454F04 (or 0x454F04) is unknown color: approx Verdun Green. HEX triplet: 45, 4F and 04. RGB value is (69,79,4). Sum of RGB (Red+Green+Blue) = 69+79+4=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #454F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454F04 is #BAB0FB. Grayscale: #434343. Windows color (decimal): -12235004 or 282437. OLE color: 282437.

HSL color Cylindrical-coordinate representation of color #454F04: hue angle of 68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #454F04 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB69794-
CMYK0.1300.950.69
HSL68º90.36%16.27%-
HSV(B)68º94.94%30.98%-
XYZ5.276.871.16-
YUV67.4692.19129.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 79 (31.25% from 255) = 51.97%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=45.39%
G=51.97%
B=2.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal697940.1300.950.696890.3616.27
Hex454F4D05F45445a10
Octal105117415013710510413220
Binary1000101100111110011010101111110001011000100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,79,4); }

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

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

 a { background-color: rgb(69,79,4); }

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

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

 span { border-color: rgb(69,79,4); }

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