Html Css Color HEX #447314 Green Leaf

📋 copy color: '#447314'

red 68 ◦ green 115 ◦ blue 20

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

Shades of Green Leaf #447314

Tints of Green Leaf #447314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.65%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 33.5%
G = 56.65%
B = 9.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#447314 (or 0x447314) is known color: Green Leaf. HEX triplet: 44, 73 and 14. RGB value is (68,115,20). Sum of RGB (Red+Green+Blue) = 68+115+20=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #447314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447314 is #BB8CEB. Grayscale: #5A5A5A. Windows color (decimal): -12291308 or 1340228. OLE color: 1340228.

HSL color Cylindrical-coordinate representation of color #447314: hue angle of 89.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #447314 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 115 20 -
CMYK 0.41 0 0.83 0.55
HSL 89.68º 0.7% 0.26% -
HSV(B) 89.68º 0.83% 0.45% -
XYZ 8.64 13.54 2.82 -
YUV 90.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 68 115 20 0.41 0 0.83 0.55 89.68 0.7 0.26
Hex 44 73 14 29 0 53 37 5A 46 1A
Octal 104 163 24 51 0 123 67 132 106 32
Binary 1000100 1110011 10100 101001 0 1010011 110111 1011010 1000110 11010

Color Harmonies of #447314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447314

Black with #447314

Text Example


Text Example

White with #447314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447314; }

 p { color: rgb(68,115,20); }

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

background-color css

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

 a { background-color: rgb(68,115,20); }

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

border-color css

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

 span { border-color: rgb(68,115,20); }

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