#445812

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

Shades of Verdun Green #445812

Tints of Verdun Green #445812

Color information

#445812 (or 0x445812) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 12. RGB value is (68,88,18). Sum of RGB (Red+Green+Blue) = 68+88+18=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #445812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445812 is #BBA7ED. Grayscale: #4A4A4A. Windows color (decimal): -12298222 or 1202244. OLE color: 1202244.

HSL color Cylindrical-coordinate representation of color #445812: hue angle of 77.14º 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 #445812 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB688818-
CMYK0.2300.800.65
HSL77.14º66.04%20.78%-
HSV(B)77.14º79.55%34.51%-
XYZ5.988.251.85-
YUV74.0496.37123.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=39.08%
G=50.57%
B=10.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888180.2300.800.6577.1466.0420.78
Hex44581217050414d4215
Octal1041302227012010111510225
Binary1000100101100010010101110101000010000011001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445812; }

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

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

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

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

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

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

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

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