#454B0D

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

Shades of Verdun Green #454B0D

Tints of Verdun Green #454B0D

Color information

#454B0D (or 0x454B0D) is unknown color: approx Verdun Green. HEX triplet: 45, 4B and 0D. RGB value is (69,75,13). Sum of RGB (Red+Green+Blue) = 69+75+13=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #454B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B0D is #BAB4F2. Grayscale: #424242. Windows color (decimal): -12236019 or 871237. OLE color: 871237.

HSL color Cylindrical-coordinate representation of color #454B0D: hue angle of 65.81º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #454B0D is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB697513-
CMYK0.0800.830.71
HSL65.81º70.45%17.25%-
HSV(B)65.81º82.67%29.41%-
XYZ5.046.331.34-
YUV66.1498.01130.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=43.95%
G=47.77%
B=8.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975130.0800.830.7165.8170.4517.25
Hex454BD805347424611
Octal1051131510012310710210621
Binary10001011001011110110000101001110001111000010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,75,13); }

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

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

 a { background-color: rgb(69,75,13); }

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

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

 span { border-color: rgb(69,75,13); }

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