Html Css Color HEX #446B16 Green Leaf

📋 copy color: '#446B16'

red 68 ◦ green 107 ◦ blue 22

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

Shades of Green Leaf #446B16

Tints of Green Leaf #446B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.31%

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 34.52%
G = 54.31%
B = 11.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#446B16 (or 0x446B16) is known color: Green Leaf. HEX triplet: 44, 6B and 16. RGB value is (68,107,22). Sum of RGB (Red+Green+Blue) = 68+107+22=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #446B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B16 is #BB94E9. Grayscale: #555555. Windows color (decimal): -12293354 or 1469252. OLE color: 1469252.

HSL color Cylindrical-coordinate representation of color #446B16: hue angle of 87.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #446B16 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 22 -
CMYK 0.36 0 0.79 0.58
HSL 87.53º 0.66% 0.25% -
HSV(B) 87.53º 0.79% 0.42% -
XYZ 7.79 11.8 2.63 -
YUV 85.65 92.08 115.41 -
System Red Green Blue C M Y K H S L
Decimal 68 107 22 0.36 0 0.79 0.58 87.53 0.66 0.25
Hex 44 6B 16 24 0 4F 3A 58 42 19
Octal 104 153 26 44 0 117 72 130 102 31
Binary 1000100 1101011 10110 100100 0 1001111 111010 1011000 1000010 11001

Color Harmonies of #446B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B16

Black with #446B16

Text Example


Text Example

White with #446B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,107,22); }

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

background-color css

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

 a { background-color: rgb(68,107,22); }

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

border-color css

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

 span { border-color: rgb(68,107,22); }

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