#45690E

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

Shades of Verdun Green #45690E

Tints of Verdun Green #45690E

Color information

#45690E (or 0x45690E) is unknown color: approx Verdun Green. HEX triplet: 45, 69 and 0E. RGB value is (69,105,14). Sum of RGB (Red+Green+Blue) = 69+105+14=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #45690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45690E is #BA96F1. Grayscale: #545454. Windows color (decimal): -12228338 or 944453. OLE color: 944453.

HSL color Cylindrical-coordinate representation of color #45690E: hue angle of 83.74º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45690E is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB6910514-
CMYK0.3400.870.59
HSL83.74º76.47%23.33%-
HSV(B)83.74º86.67%41.18%-
XYZ7.5911.42.22-
YUV83.8688.57117.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=36.70%
G=55.85%
B=7.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69105140.3400.870.5983.7476.4723.33
Hex4569E220573B544c17
Octal105151164201277312411427
Binary100010111010011110100010010101111110111010100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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