Html Css Color HEX #486F15 Green Leaf

📋 copy color: '#486F15'

red 72 ◦ green 111 ◦ blue 21

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

Shades of Green Leaf #486F15

Tints of Green Leaf #486F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 54.41%

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 35.29%
G = 54.41%
B = 10.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#486F15 (or 0x486F15) is known color: Green Leaf. HEX triplet: 48, 6F and 15. RGB value is (72,111,21). Sum of RGB (Red+Green+Blue) = 72+111+21=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #486F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F15 is #B790EA. Grayscale: #595959. Windows color (decimal): -12030187 or 1404744. OLE color: 1404744.

HSL color Cylindrical-coordinate representation of color #486F15: hue angle of 86º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #486F15 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 21 -
CMYK 0.35 0 0.81 0.56
HSL 86º 0.68% 0.26% -
HSV(B) 86º 0.81% 0.44% -
XYZ 8.49 12.8 2.73 -
YUV 89.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 72 111 21 0.35 0 0.81 0.56 86 0.68 0.26
Hex 48 6F 15 23 0 51 38 56 44 1A
Octal 110 157 25 43 0 121 70 126 104 32
Binary 1001000 1101111 10101 100011 0 1010001 111000 1010110 1000100 11010

Color Harmonies of #486F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F15

Black with #486F15

Text Example


Text Example

White with #486F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F15; }

 p { color: rgb(72,111,21); }

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

background-color css

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

 a { background-color: rgb(72,111,21); }

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

border-color css

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

 span { border-color: rgb(72,111,21); }

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