#45650A

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

Shades of Verdun Green #45650A

Tints of Verdun Green #45650A

Color information

#45650A (or 0x45650A) is unknown color: approx Verdun Green. HEX triplet: 45, 65 and 0A. RGB value is (69,101,10). Sum of RGB (Red+Green+Blue) = 69+101+10=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #45650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45650A is #BA9AF5. Grayscale: #515151. Windows color (decimal): -12229366 or 681285. OLE color: 681285.

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

Color convert

RGB6910110-
CMYK0.3200.900.60
HSL81.1º81.98%21.76%-
HSV(B)81.1º90.1%39.61%-
XYZ7.1610.591.95-
YUV81.0687.9119.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 101 (39.84% from 255) = 56.11%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=38.33%
G=56.11%
B=5.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69101100.3200.900.6081.181.9821.76
Hex4565A2005A3C515216
Octal105145124001327412112226
Binary100010111001011010100000010110101111001010001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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