#45620F

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

Shades of Verdun Green #45620F

Tints of Verdun Green #45620F

Color information

#45620F (or 0x45620F) is unknown color: approx Verdun Green. HEX triplet: 45, 62 and 0F. RGB value is (69,98,15). Sum of RGB (Red+Green+Blue) = 69+98+15=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #45620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45620F is #BA9DF0. Grayscale: #505050. Windows color (decimal): -12230129 or 1008197. OLE color: 1008197.

HSL color Cylindrical-coordinate representation of color #45620F: hue angle of 80.96º 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 #45620F is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB699815-
CMYK0.3000.850.62
HSL80.96º73.45%22.16%-
HSV(B)80.96º84.69%38.43%-
XYZ6.9110.042.02-
YUV79.8791.39120.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 98 (38.67% from 255) = 53.85%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=37.91%
G=53.85%
B=8.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998150.3000.850.6280.9673.4522.16
Hex4562F1E0553E514916
Octal105142173601257612111126
Binary10001011100010111111110010101011111101010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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