#446114

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

Shades of Verdun Green #446114

Tints of Verdun Green #446114

Color information

#446114 (or 0x446114) is unknown color: approx Verdun Green. HEX triplet: 44, 61 and 14. RGB value is (68,97,20). Sum of RGB (Red+Green+Blue) = 68+97+20=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #446114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446114 is #BB9EEB. Grayscale: #4F4F4F. Windows color (decimal): -12295916 or 1335620. OLE color: 1335620.

HSL color Cylindrical-coordinate representation of color #446114: hue angle of 82.6º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #446114 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB689720-
CMYK0.3000.790.62
HSL82.6º65.81%22.94%-
HSV(B)82.6º79.38%38.04%-
XYZ6.789.832.2-
YUV79.5594.39119.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=36.76%
G=52.43%
B=10.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897200.3000.790.6282.665.8122.94
Hex4461141E04F3E534217
Octal104141243601177612310227
Binary100010011000011010011110010011111111101010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446114; }

 p { color: rgb(68,97,20); }

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

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

 a { background-color: rgb(68,97,20); }

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

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

 span { border-color: rgb(68,97,20); }

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