Html Css Color HEX #44710A Green Leaf

📋 copy color: '#44710A'

red 68 ◦ green 113 ◦ blue 10

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

Shades of Green Leaf #44710A

Tints of Green Leaf #44710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.16%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 35.6%
G = 59.16%
B = 5.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#44710A (or 0x44710A) is known color: Green Leaf. HEX triplet: 44, 71 and 0A. RGB value is (68,113,10). Sum of RGB (Red+Green+Blue) = 68+113+10=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #44710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44710A is #BB8EF5. Grayscale: #585858. Windows color (decimal): -12291830 or 684356. OLE color: 684356.

HSL color Cylindrical-coordinate representation of color #44710A: hue angle of 86.21º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44710A is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 10 -
CMYK 0.40 0 0.91 0.56
HSL 86.21º 0.84% 0.24% -
HSV(B) 86.21º 0.91% 0.44% -
XYZ 8.34 13.06 2.37 -
YUV 87.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 68 113 10 0.40 0 0.91 0.56 86.21 0.84 0.24
Hex 44 71 A 28 0 5B 38 56 54 18
Octal 104 161 12 50 0 133 70 126 124 30
Binary 1000100 1110001 1010 101000 0 1011011 111000 1010110 1010100 11000

Color Harmonies of #44710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44710A

Black with #44710A

Text Example


Text Example

White with #44710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44710A; }

 p { color: rgb(68,113,10); }

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

background-color css

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

 a { background-color: rgb(68,113,10); }

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

border-color css

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

 span { border-color: rgb(68,113,10); }

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