#45650C

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

Shades of Verdun Green #45650C

Tints of Verdun Green #45650C

Color information

#45650C (or 0x45650C) is unknown color: approx Verdun Green. HEX triplet: 45, 65 and 0C. RGB value is (69,101,12). Sum of RGB (Red+Green+Blue) = 69+101+12=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #45650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45650C is #BA9AF3. Grayscale: #515151. Windows color (decimal): -12229364 or 812357. OLE color: 812357.

HSL color Cylindrical-coordinate representation of color #45650C: hue angle of 81.57º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45650C is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB6910112-
CMYK0.3200.880.60
HSL81.57º78.76%22.16%-
HSV(B)81.57º88.12%39.61%-
XYZ7.1710.62.02-
YUV81.2988.9119.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 101 (39.84% from 255) = 55.49%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=37.91%
G=55.49%
B=6.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69101120.3200.880.6081.5778.7622.16
Hex4565C200583C524f16
Octal105145144001307412211726
Binary100010111001011100100000010110001111001010010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45650C; }

 p { color: rgb(69,101,12); }

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

<style>
 a { background-color: #45650C; }

 a { background-color: rgb(69,101,12); }

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

<style>
 span { border-color: #45650C; }

 span { border-color: rgb(69,101,12); }

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