#446215

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

Shades of Verdun Green #446215

Tints of Verdun Green #446215

Color information

#446215 (or 0x446215) is unknown color: approx Verdun Green. HEX triplet: 44, 62 and 15. RGB value is (68,98,21). Sum of RGB (Red+Green+Blue) = 68+98+21=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #446215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446215 is #BB9DEA. Grayscale: #505050. Windows color (decimal): -12295659 or 1401412. OLE color: 1401412.

HSL color Cylindrical-coordinate representation of color #446215: hue angle of 83.38º degrees, saturation: 0.65, 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 #446215 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB689821-
CMYK0.3100.790.62
HSL83.38º64.71%23.33%-
HSV(B)83.38º78.57%38.43%-
XYZ6.8910.022.28-
YUV80.2594.56119.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=36.36%
G=52.41%
B=11.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898210.3100.790.6283.3864.7123.33
Hex4462151F04F3E534117
Octal104142253701177612310127
Binary100010011000101010111111010011111111101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446215; }

 p { color: rgb(68,98,21); }

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

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

 a { background-color: rgb(68,98,21); }

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

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

 span { border-color: rgb(68,98,21); }

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