Html Css Color HEX #487512 Green Leaf

📋 copy color: '#487512'

red 72 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #487512

Tints of Green Leaf #487512

RGB

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

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

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

R = 34.78%
G = 56.52%
B = 8.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#487512 (or 0x487512) is known color: Green Leaf. HEX triplet: 48, 75 and 12. RGB value is (72,117,18). Sum of RGB (Red+Green+Blue) = 72+117+18=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #487512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487512 is #B78AED. Grayscale: #5C5C5C. Windows color (decimal): -12028654 or 1209672. OLE color: 1209672.

HSL color Cylindrical-coordinate representation of color #487512: hue angle of 87.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #487512 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 18 -
CMYK 0.38 0 0.85 0.54
HSL 87.27º 0.73% 0.26% -
HSV(B) 87.27º 0.85% 0.46% -
XYZ 9.14 14.14 2.82 -
YUV 92.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 72 117 18 0.38 0 0.85 0.54 87.27 0.73 0.26
Hex 48 75 12 26 0 55 36 57 49 1A
Octal 110 165 22 46 0 125 66 127 111 32
Binary 1001000 1110101 10010 100110 0 1010101 110110 1010111 1001001 11010

Color Harmonies of #487512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487512

Black with #487512

Text Example


Text Example

White with #487512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487512; }

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

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

background-color css

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

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

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

border-color css

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

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

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