Html Css Color HEX #487012 Green Leaf

📋 copy color: '#487012'

red 72 ◦ green 112 ◦ blue 18

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

Shades of Green Leaf #487012

Tints of Green Leaf #487012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 35.64%
G = 55.45%
B = 8.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#487012 (or 0x487012) is known color: Green Leaf. HEX triplet: 48, 70 and 12. RGB value is (72,112,18). Sum of RGB (Red+Green+Blue) = 72+112+18=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #487012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487012 is #B78FED. Grayscale: #595959. Windows color (decimal): -12029934 or 1208392. OLE color: 1208392.

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

Color convert

RGB 72 112 18 -
CMYK 0.36 0 0.84 0.56
HSL 85.53º 0.72% 0.25% -
HSV(B) 85.53º 0.84% 0.44% -
XYZ 8.58 13.01 2.63 -
YUV 89.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 72 112 18 0.36 0 0.84 0.56 85.53 0.72 0.25
Hex 48 70 12 24 0 54 38 56 48 19
Octal 110 160 22 44 0 124 70 126 110 31
Binary 1001000 1110000 10010 100100 0 1010100 111000 1010110 1001000 11001

Color Harmonies of #487012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487012

Black with #487012

Text Example


Text Example

White with #487012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487012; }

 p { color: rgb(72,112,18); }

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

background-color css

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

 a { background-color: rgb(72,112,18); }

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

border-color css

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

 span { border-color: rgb(72,112,18); }

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