#45611B

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

Shades of Verdun Green #45611B

Tints of Verdun Green #45611B

Color information

#45611B (or 0x45611B) is unknown color: approx Verdun Green. HEX triplet: 45, 61 and 1B. RGB value is (69,97,27). Sum of RGB (Red+Green+Blue) = 69+97+27=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #45611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45611B is #BA9EE4. Grayscale: #505050. Windows color (decimal): -12230373 or 1794373. OLE color: 1794373.

HSL color Cylindrical-coordinate representation of color #45611B: hue angle of 84º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45611B is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB699727-
CMYK0.2900.720.62
HSL84º56.45%24.31%-
HSV(B)84º72.16%38.04%-
XYZ6.939.892.58-
YUV80.6597.72119.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=35.75%
G=50.26%
B=13.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997270.2900.720.628456.4524.31
Hex45611B1D0483E543818
Octal10514133350110761247030
Binary10001011100001110111110101001000111110101010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45611B; }

 p { color: rgb(69,97,27); }

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

<style>
 a { background-color: #45611B; }

 a { background-color: rgb(69,97,27); }

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

<style>
 span { border-color: #45611B; }

 span { border-color: rgb(69,97,27); }

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