#45460C

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

Shades of Verdun Green #45460C

Tints of Verdun Green #45460C

Color information

#45460C (or 0x45460C) is unknown color: approx Verdun Green. HEX triplet: 45, 46 and 0C. RGB value is (69,70,12). Sum of RGB (Red+Green+Blue) = 69+70+12=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #45460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45460C is #BAB9F3. Grayscale: #3F3F3F. Windows color (decimal): -12237300 or 804421. OLE color: 804421.

HSL color Cylindrical-coordinate representation of color #45460C: hue angle of 61.03º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45460C is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB697012-
CMYK0.0100.830.73
HSL61.03º70.73%16.08%-
HSV(B)61.03º82.86%27.45%-
XYZ4.715.671.19-
YUV63.0999.17132.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=45.70%
G=46.36%
B=7.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6970120.0100.830.7361.0370.7316.08
Hex4546C1053493d4710
Octal10510614101231117510720
Binary1000101100011011001010100111001001111101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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