Html Css Color HEX #447010 Green Leaf

📋 copy color: '#447010'

red 68 ◦ green 112 ◦ blue 16

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

Shades of Green Leaf #447010

Tints of Green Leaf #447010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.14%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 34.69%
G = 57.14%
B = 8.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#447010 (or 0x447010) is known color: Green Leaf. HEX triplet: 44, 70 and 10. RGB value is (68,112,16). Sum of RGB (Red+Green+Blue) = 68+112+16=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #447010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447010 is #BB8FEF. Grayscale: #585858. Windows color (decimal): -12292080 or 1077316. OLE color: 1077316.

HSL color Cylindrical-coordinate representation of color #447010: hue angle of 87.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447010 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 16 -
CMYK 0.39 0 0.86 0.56
HSL 87.5º 0.75% 0.25% -
HSV(B) 87.5º 0.86% 0.44% -
XYZ 8.27 12.85 2.54 -
YUV 87.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 68 112 16 0.39 0 0.86 0.56 87.5 0.75 0.25
Hex 44 70 10 27 0 56 38 57 4B 19
Octal 104 160 20 47 0 126 70 127 113 31
Binary 1000100 1110000 10000 100111 0 1010110 111000 1010111 1001011 11001

Color Harmonies of #447010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447010

Black with #447010

Text Example


Text Example

White with #447010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447010; }

 p { color: rgb(68,112,16); }

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

background-color css

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

 a { background-color: rgb(68,112,16); }

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

border-color css

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

 span { border-color: rgb(68,112,16); }

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