Html Css Color HEX #487614 Green Leaf

📋 copy color: '#487614'

red 72 ◦ green 118 ◦ blue 20

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

Shades of Green Leaf #487614

Tints of Green Leaf #487614

RGB

 RED value IS 72 (28.52% from 255) = 34.29%

 GREEN value IS 118 (46.48% from 255) = 56.19%

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

R = 34.29%
G = 56.19%
B = 9.52%

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

#487614 (or 0x487614) is known color: Green Leaf. HEX triplet: 48, 76 and 14. RGB value is (72,118,20). Sum of RGB (Red+Green+Blue) = 72+118+20=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #487614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487614 is #B789EB. Grayscale: #5D5D5D. Windows color (decimal): -12028396 or 1341000. OLE color: 1341000.

HSL color Cylindrical-coordinate representation of color #487614: hue angle of 88.16º 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 #487614 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 20 -
CMYK 0.39 0 0.83 0.54
HSL 88.16º 0.71% 0.27% -
HSV(B) 88.16º 0.83% 0.46% -
XYZ 9.28 14.39 2.95 -
YUV 93.07 86.76 112.97 -
System Red Green Blue C M Y K H S L
Decimal 72 118 20 0.39 0 0.83 0.54 88.16 0.71 0.27
Hex 48 76 14 27 0 53 36 58 47 1B
Octal 110 166 24 47 0 123 66 130 107 33
Binary 1001000 1110110 10100 100111 0 1010011 110110 1011000 1000111 11011

Color Harmonies of #487614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487614

Black with #487614

Text Example


Text Example

White with #487614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487614; }

 p { color: rgb(72,118,20); }

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

background-color css

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

 a { background-color: rgb(72,118,20); }

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

border-color css

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

 span { border-color: rgb(72,118,20); }

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