Html Css Color HEX #446511 Verdun Green

📋 copy color: '#446511'

red 68 ◦ green 101 ◦ blue 17

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

Shades of Verdun Green #446511

Tints of Verdun Green #446511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.3%

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

R = 36.56%
G = 54.3%
B = 9.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#446511 (or 0x446511) is known color: Verdun Green. HEX triplet: 44, 65 and 11. RGB value is (68,101,17). Sum of RGB (Red+Green+Blue) = 68+101+17=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #446511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446511 is #BB9AEE. Grayscale: #515151. Windows color (decimal): -12294895 or 1140036. OLE color: 1140036.

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

Color convert

RGB 68 101 17 -
CMYK 0.33 0 0.83 0.60
HSL 83.57º 0.71% 0.23% -
HSV(B) 83.57º 0.83% 0.4% -
XYZ 7.14 10.58 2.2 -
YUV 81.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 68 101 17 0.33 0 0.83 0.60 83.57 0.71 0.23
Hex 44 65 11 21 0 53 3C 54 47 17
Octal 104 145 21 41 0 123 74 124 107 27
Binary 1000100 1100101 10001 100001 0 1010011 111100 1010100 1000111 10111

Color Harmonies of #446511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446511

Black with #446511

Text Example


Text Example

White with #446511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446511; }

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

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

background-color css

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

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

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

border-color css

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

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

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