#455812

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

Shades of Verdun Green #455812

Tints of Verdun Green #455812

Color information

#455812 (or 0x455812) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 12. RGB value is (69,88,18). Sum of RGB (Red+Green+Blue) = 69+88+18=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #455812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455812 is #BAA7ED. Grayscale: #4A4A4A. Windows color (decimal): -12232686 or 1202245. OLE color: 1202245.

HSL color Cylindrical-coordinate representation of color #455812: hue angle of 76.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #455812 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB698818-
CMYK0.2200.800.65
HSL76.29º66.04%20.78%-
HSV(B)76.29º79.55%34.51%-
XYZ6.058.291.85-
YUV74.3496.21124.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=39.43%
G=50.29%
B=10.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988180.2200.800.6576.2966.0420.78
Hex45581216050414c4215
Octal1051302226012010111410225
Binary1000101101100010010101100101000010000011001100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455812; }

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

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

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

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

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

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

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

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