#455512

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

Shades of Verdun Green #455512

Tints of Verdun Green #455512

Color information

#455512 (or 0x455512) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 12. RGB value is (69,85,18). Sum of RGB (Red+Green+Blue) = 69+85+18=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #455512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455512 is #BAAAED. Grayscale: #484848. Windows color (decimal): -12233454 or 1201477. OLE color: 1201477.

HSL color Cylindrical-coordinate representation of color #455512: hue angle of 74.33º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #455512 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB698518-
CMYK0.1900.790.67
HSL74.33º65.05%20.2%-
HSV(B)74.33º78.82%33.33%-
XYZ5.817.811.77-
YUV72.5897.2125.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=40.12%
G=49.42%
B=10.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985180.1900.790.6774.3365.0520.2
Hex4555121304F434a4114
Octal1051252223011710311210124
Binary1000101101010110010100110100111110000111001010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455512; }

 p { color: rgb(69,85,18); }

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

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

 a { background-color: rgb(69,85,18); }

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

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

 span { border-color: rgb(69,85,18); }

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