Html Css Color HEX #486A14 Green Leaf

📋 copy color: '#486A14'

red 72 ◦ green 106 ◦ blue 20

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

Shades of Green Leaf #486A14

Tints of Green Leaf #486A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 53.54%

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

R = 36.36%
G = 53.54%
B = 10.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#486A14 (or 0x486A14) is known color: Green Leaf. HEX triplet: 48, 6A and 14. RGB value is (72,106,20). Sum of RGB (Red+Green+Blue) = 72+106+20=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #486A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486A14 is #B795EB. Grayscale: #565656. Windows color (decimal): -12031468 or 1337928. OLE color: 1337928.

HSL color Cylindrical-coordinate representation of color #486A14: hue angle of 83.72º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #486A14 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 20 -
CMYK 0.32 0 0.81 0.58
HSL 83.72º 0.68% 0.25% -
HSV(B) 83.72º 0.81% 0.42% -
XYZ 7.95 11.74 2.51 -
YUV 86.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 72 106 20 0.32 0 0.81 0.58 83.72 0.68 0.25
Hex 48 6A 14 20 0 51 3A 54 44 19
Octal 110 152 24 40 0 121 72 124 104 31
Binary 1001000 1101010 10100 100000 0 1010001 111010 1010100 1000100 11001

Color Harmonies of #486A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A14

Black with #486A14

Text Example


Text Example

White with #486A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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