Html Css Color HEX #446311 Verdun Green

📋 copy color: '#446311'

red 68 ◦ green 99 ◦ blue 17

#446311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #446311

Tints of Verdun Green #446311

RGB

 RED value IS 68 (26.95% from 255) = 36.96%

 GREEN value IS 99 (39.06% from 255) = 53.8%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 36.96%
G = 53.8%
B = 9.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#446311 (or 0x446311) is known color: Verdun Green. HEX triplet: 44, 63 and 11. RGB value is (68,99,17). Sum of RGB (Red+Green+Blue) = 68+99+17=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #446311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446311 is #BB9CEE. Grayscale: #505050. Windows color (decimal): -12295407 or 1139524. OLE color: 1139524.

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

Color convert

RGB 68 99 17 -
CMYK 0.31 0 0.83 0.61
HSL 82.68º 0.71% 0.23% -
HSV(B) 82.68º 0.83% 0.39% -
XYZ 6.95 10.19 2.13 -
YUV 80.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 68 99 17 0.31 0 0.83 0.61 82.68 0.71 0.23
Hex 44 63 11 1F 0 53 3D 53 47 17
Octal 104 143 21 37 0 123 75 123 107 27
Binary 1000100 1100011 10001 11111 0 1010011 111101 1010011 1000111 10111

Color Harmonies of #446311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446311

Black with #446311

Text Example


Text Example

White with #446311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446311; }

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

 H1.HeaderClassName
 {
   color: #446311;
 }
 .AnyTagClassName
 {
   color: #446311;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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