#45510E

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

Shades of Verdun Green #45510E

Tints of Verdun Green #45510E

Color information

#45510E (or 0x45510E) is unknown color: approx Verdun Green. HEX triplet: 45, 51 and 0E. RGB value is (69,81,14). Sum of RGB (Red+Green+Blue) = 69+81+14=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #45510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45510E is #BAAEF1. Grayscale: #464646. Windows color (decimal): -12234482 or 938309. OLE color: 938309.

HSL color Cylindrical-coordinate representation of color #45510E: hue angle of 70.75º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45510E is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB698114-
CMYK0.1500.830.68
HSL70.75º70.53%18.63%-
HSV(B)70.75º82.72%31.76%-
XYZ5.487.181.51-
YUV69.7796.52127.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=42.07%
G=49.39%
B=8.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981140.1500.830.6870.7570.5318.63
Hex4551EF05344474713
Octal1051211617012310410710723
Binary10001011010001111011110101001110001001000111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45510E; }

 p { color: rgb(69,81,14); }

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

<style>
 a { background-color: #45510E; }

 a { background-color: rgb(69,81,14); }

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

<style>
 span { border-color: #45510E; }

 span { border-color: rgb(69,81,14); }

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