Html Css Color HEX #446E0B Verdun Green

📋 copy color: '#446E0B'

red 68 ◦ green 110 ◦ blue 11

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

Shades of Verdun Green #446E0B

Tints of Verdun Green #446E0B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 58.2%

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 35.98%
G = 58.2%
B = 5.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.9

 K value IS 0.57

RGB Variations

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

Color information

#446E0B (or 0x446E0B) is known color: Verdun Green. HEX triplet: 44, 6E and 0B. RGB value is (68,110,11). Sum of RGB (Red+Green+Blue) = 68+110+11=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #446E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446E0B is #BB91F4. Grayscale: #565656. Windows color (decimal): -12292597 or 749124. OLE color: 749124.

HSL color Cylindrical-coordinate representation of color #446E0B: hue angle of 85.45º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #446E0B is Cyan = 0.38, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 110 11 -
CMYK 0.38 0 0.9 0.57
HSL 85.45º 0.82% 0.24% -
HSV(B) 85.45º 0.9% 0.43% -
XYZ 8.02 12.4 2.29 -
YUV 86.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 68 110 11 0.38 0 0.9 0.57 85.45 0.82 0.24
Hex 44 6E B 26 0 5A 39 55 52 18
Octal 104 156 13 46 0 132 71 125 122 30
Binary 1000100 1101110 1011 100110 0 1011010 111001 1010101 1010010 11000

Color Harmonies of #446E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E0B

Black with #446E0B

Text Example


Text Example

White with #446E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446E0B; }

 p { color: rgb(68,110,11); }

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

background-color css

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

 a { background-color: rgb(68,110,11); }

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

border-color css

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

 span { border-color: rgb(68,110,11); }

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