#45570C

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

Shades of Verdun Green #45570C

Tints of Verdun Green #45570C

Color information

#45570C (or 0x45570C) is unknown color: approx Verdun Green. HEX triplet: 45, 57 and 0C. RGB value is (69,87,12). Sum of RGB (Red+Green+Blue) = 69+87+12=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #45570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45570C is #BAA8F3. Grayscale: #494949. Windows color (decimal): -12232948 or 808773. OLE color: 808773.

HSL color Cylindrical-coordinate representation of color #45570C: hue angle of 74.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45570C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB698712-
CMYK0.2100.860.66
HSL74.4º75.76%19.41%-
HSV(B)74.4º86.21%34.12%-
XYZ5.938.111.6-
YUV73.0793.54125.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 87 (34.38% from 255) = 51.79%
BLUE value IS 12 (5.08% from 255) = 7.14%
R=41.07%
G=51.79%
B=7.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987120.2100.860.6674.475.7619.41
Hex4557C15056424a4c13
Octal1051271425012610211211423
Binary100010110101111100101010101011010000101001010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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