#45610F

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

Shades of Verdun Green #45610F

Tints of Verdun Green #45610F

Color information

#45610F (or 0x45610F) is unknown color: approx Verdun Green. HEX triplet: 45, 61 and 0F. RGB value is (69,97,15). Sum of RGB (Red+Green+Blue) = 69+97+15=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #45610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45610F is #BA9EF0. Grayscale: #4F4F4F. Windows color (decimal): -12230385 or 1007941. OLE color: 1007941.

HSL color Cylindrical-coordinate representation of color #45610F: hue angle of 80.49º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45610F is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB699715-
CMYK0.2900.850.62
HSL80.49º73.21%21.96%-
HSV(B)80.49º84.54%38.04%-
XYZ6.829.851.99-
YUV79.2891.72120.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=38.12%
G=53.59%
B=8.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997150.2900.850.6280.4973.2121.96
Hex4561F1D0553E504916
Octal105141173501257612011126
Binary10001011100001111111101010101011111101010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45610F; }

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

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

<style>
 a { background-color: #45610F; }

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

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

<style>
 span { border-color: #45610F; }

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

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