Html Css Color HEX #486A13 Green Leaf

📋 copy color: '#486A13'

red 72 ◦ green 106 ◦ blue 19

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

Shades of Green Leaf #486A13

Tints of Green Leaf #486A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 36.55%
G = 53.81%
B = 9.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#486A13 (or 0x486A13) is known color: Green Leaf. HEX triplet: 48, 6A and 13. RGB value is (72,106,19). Sum of RGB (Red+Green+Blue) = 72+106+19=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #486A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486A13 is #B795EC. Grayscale: #565656. Windows color (decimal): -12031469 or 1272392. OLE color: 1272392.

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

Color convert

RGB 72 106 19 -
CMYK 0.32 0 0.82 0.58
HSL 83.45º 0.7% 0.25% -
HSV(B) 83.45º 0.82% 0.42% -
XYZ 7.94 11.73 2.46 -
YUV 85.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 72 106 19 0.32 0 0.82 0.58 83.45 0.7 0.25
Hex 48 6A 13 20 0 52 3A 53 46 19
Octal 110 152 23 40 0 122 72 123 106 31
Binary 1001000 1101010 10011 100000 0 1010010 111010 1010011 1000110 11001

Color Harmonies of #486A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A13

Black with #486A13

Text Example


Text Example

White with #486A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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