#45690B

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

Shades of Verdun Green #45690B

Tints of Verdun Green #45690B

Color information

#45690B (or 0x45690B) is unknown color: approx Verdun Green. HEX triplet: 45, 69 and 0B. RGB value is (69,105,11). Sum of RGB (Red+Green+Blue) = 69+105+11=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #45690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45690B is #BA96F4. Grayscale: #535353. Windows color (decimal): -12228341 or 747845. OLE color: 747845.

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

Color convert

RGB6910511-
CMYK0.3400.900.59
HSL82.98º81.03%22.75%-
HSV(B)82.98º89.52%41.18%-
XYZ7.5711.392.12-
YUV83.5287.07117.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 105 (41.41% from 255) = 56.76%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=37.30%
G=56.76%
B=5.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69105110.3400.900.5982.9881.0322.75
Hex4569B2205A3B535117
Octal105151134201327312312127
Binary100010111010011011100010010110101110111010011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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