#446317

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

Shades of Verdun Green #446317

Tints of Verdun Green #446317

Color information

#446317 (or 0x446317) is unknown color: approx Verdun Green. HEX triplet: 44, 63 and 17. RGB value is (68,99,23). Sum of RGB (Red+Green+Blue) = 68+99+23=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #446317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446317 is #BB9CE8. Grayscale: #515151. Windows color (decimal): -12295401 or 1532740. OLE color: 1532740.

HSL color Cylindrical-coordinate representation of color #446317: hue angle of 84.47º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #446317 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB689923-
CMYK0.3100.770.61
HSL84.47º62.3%23.92%-
HSV(B)84.47º76.77%38.82%-
XYZ710.212.41-
YUV81.0795.23118.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=35.79%
G=52.11%
B=12.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899230.3100.770.6184.4762.323.92
Hex4463171F04D3D543e18
Octal10414327370115751247630
Binary10001001100011101111111101001101111101101010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446317; }

 p { color: rgb(68,99,23); }

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

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

 a { background-color: rgb(68,99,23); }

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

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

 span { border-color: rgb(68,99,23); }

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