#454F0C

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

Shades of Verdun Green #454F0C

Tints of Verdun Green #454F0C

Color information

#454F0C (or 0x454F0C) is unknown color: approx Verdun Green. HEX triplet: 45, 4F and 0C. RGB value is (69,79,12). Sum of RGB (Red+Green+Blue) = 69+79+12=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #454F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454F0C is #BAB0F3. Grayscale: #444444. Windows color (decimal): -12234996 or 806725. OLE color: 806725.

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

Color convert

RGB697912-
CMYK0.1300.850.69
HSL68.96º73.63%17.84%-
HSV(B)68.96º84.81%30.98%-
XYZ5.326.881.4-
YUV68.3796.19128.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 12 (5.08% from 255) = 7.5%
R=43.12%
G=49.38%
B=7.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979120.1300.850.6968.9673.6317.84
Hex454FCD05545454a12
Octal1051171415012510510511222
Binary10001011001111110011010101010110001011000101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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