#455412

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

Shades of Verdun Green #455412

Tints of Verdun Green #455412

Color information

#455412 (or 0x455412) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 12. RGB value is (69,84,18). Sum of RGB (Red+Green+Blue) = 69+84+18=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #455412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455412 is #BAABED. Grayscale: #484848. Windows color (decimal): -12233710 or 1201221. OLE color: 1201221.

HSL color Cylindrical-coordinate representation of color #455412: hue angle of 73.64º 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 #455412 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB698418-
CMYK0.1800.790.67
HSL73.64º64.71%20%-
HSV(B)73.64º78.57%32.94%-
XYZ5.737.651.75-
YUV71.9997.53125.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=40.35%
G=49.12%
B=10.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984180.1800.790.6773.6464.7120
Hex4554121204F434a4114
Octal1051242222011710311210124
Binary1000101101010010010100100100111110000111001010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455412; }

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

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

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

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

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

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

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

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