Html Css Color HEX #477514 Green Leaf

📋 copy color: '#477514'

red 71 ◦ green 117 ◦ blue 20

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

Shades of Green Leaf #477514

Tints of Green Leaf #477514

RGB

 RED value IS 71 (28.13% from 255) = 34.13%

 GREEN value IS 117 (46.09% from 255) = 56.25%

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

R = 34.13%
G = 56.25%
B = 9.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#477514 (or 0x477514) is known color: Green Leaf. HEX triplet: 47, 75 and 14. RGB value is (71,117,20). Sum of RGB (Red+Green+Blue) = 71+117+20=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #477514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477514 is #B88AEB. Grayscale: #5C5C5C. Windows color (decimal): -12094188 or 1340743. OLE color: 1340743.

HSL color Cylindrical-coordinate representation of color #477514: hue angle of 88.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #477514 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 20 -
CMYK 0.39 0 0.83 0.54
HSL 88.45º 0.71% 0.27% -
HSV(B) 88.45º 0.83% 0.46% -
XYZ 9.09 14.11 2.91 -
YUV 92.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 71 117 20 0.39 0 0.83 0.54 88.45 0.71 0.27
Hex 47 75 14 27 0 53 36 58 47 1B
Octal 107 165 24 47 0 123 66 130 107 33
Binary 1000111 1110101 10100 100111 0 1010011 110110 1011000 1000111 11011

Color Harmonies of #477514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477514

Black with #477514

Text Example


Text Example

White with #477514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477514; }

 p { color: rgb(71,117,20); }

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

background-color css

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

 a { background-color: rgb(71,117,20); }

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

border-color css

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

 span { border-color: rgb(71,117,20); }

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