Html Css Color HEX #446F16 Green Leaf

📋 copy color: '#446F16'

red 68 ◦ green 111 ◦ blue 22

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

Shades of Green Leaf #446F16

Tints of Green Leaf #446F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.22%

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

R = 33.83%
G = 55.22%
B = 10.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#446F16 (or 0x446F16) is known color: Green Leaf. HEX triplet: 44, 6F and 16. RGB value is (68,111,22). Sum of RGB (Red+Green+Blue) = 68+111+22=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #446F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F16 is #BB90E9. Grayscale: #585858. Windows color (decimal): -12292330 or 1470276. OLE color: 1470276.

HSL color Cylindrical-coordinate representation of color #446F16: hue angle of 88.99º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #446F16 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 22 -
CMYK 0.39 0 0.80 0.56
HSL 88.99º 0.67% 0.26% -
HSV(B) 88.99º 0.8% 0.44% -
XYZ 8.21 12.66 2.77 -
YUV 88 90.75 113.74 -
System Red Green Blue C M Y K H S L
Decimal 68 111 22 0.39 0 0.80 0.56 88.99 0.67 0.26
Hex 44 6F 16 27 0 50 38 59 43 1A
Octal 104 157 26 47 0 120 70 131 103 32
Binary 1000100 1101111 10110 100111 0 1010000 111000 1011001 1000011 11010

Color Harmonies of #446F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F16

Black with #446F16

Text Example


Text Example

White with #446F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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