#446214

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

Shades of Verdun Green #446214

Tints of Verdun Green #446214

Color information

#446214 (or 0x446214) is unknown color: approx Verdun Green. HEX triplet: 44, 62 and 14. RGB value is (68,98,20). Sum of RGB (Red+Green+Blue) = 68+98+20=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #446214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446214 is #BB9DEB. Grayscale: #505050. Windows color (decimal): -12295660 or 1335876. OLE color: 1335876.

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

Color convert

RGB689820-
CMYK0.3100.800.62
HSL83.08º66.1%23.14%-
HSV(B)83.08º79.59%38.43%-
XYZ6.8810.012.23-
YUV80.1494.06119.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=36.56%
G=52.69%
B=10.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898200.3100.800.6283.0866.123.14
Hex4462141F0503E534217
Octal104142243701207612310227
Binary100010011000101010011111010100001111101010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446214; }

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

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

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

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

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

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

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

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