Html Css Color HEX #44700D Green Leaf

📋 copy color: '#44700D'

red 68 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #44700D

Tints of Green Leaf #44700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 35.23%
G = 58.03%
B = 6.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#44700D (or 0x44700D) is known color: Green Leaf. HEX triplet: 44, 70 and 0D. RGB value is (68,112,13). Sum of RGB (Red+Green+Blue) = 68+112+13=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #44700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44700D is #BB8FF2. Grayscale: #575757. Windows color (decimal): -12292083 or 880708. OLE color: 880708.

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

Color convert

RGB 68 112 13 -
CMYK 0.39 0 0.88 0.56
HSL 86.67º 0.79% 0.25% -
HSV(B) 86.67º 0.88% 0.44% -
XYZ 8.25 12.85 2.43 -
YUV 87.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 68 112 13 0.39 0 0.88 0.56 86.67 0.79 0.25
Hex 44 70 D 27 0 58 38 57 4F 19
Octal 104 160 15 47 0 130 70 127 117 31
Binary 1000100 1110000 1101 100111 0 1011000 111000 1010111 1001111 11001

Color Harmonies of #44700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44700D

Black with #44700D

Text Example


Text Example

White with #44700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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