Html Css Color HEX #486519 Green Leaf

📋 copy color: '#486519'

red 72 ◦ green 101 ◦ blue 25

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

Shades of Green Leaf #486519

Tints of Green Leaf #486519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.01%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 36.36%
G = 51.01%
B = 12.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#486519 (or 0x486519) is known color: Green Leaf. HEX triplet: 48, 65 and 19. RGB value is (72,101,25). Sum of RGB (Red+Green+Blue) = 72+101+25=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #486519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486519 is #B79AE6. Grayscale: #535353. Windows color (decimal): -12032743 or 1664328. OLE color: 1664328.

HSL color Cylindrical-coordinate representation of color #486519: hue angle of 82.89º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #486519 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 25 -
CMYK 0.29 0 0.75 0.60
HSL 82.89º 0.6% 0.25% -
HSV(B) 82.89º 0.75% 0.4% -
XYZ 7.5 10.76 2.6 -
YUV 83.67 94.89 119.68 -
System Red Green Blue C M Y K H S L
Decimal 72 101 25 0.29 0 0.75 0.60 82.89 0.6 0.25
Hex 48 65 19 1D 0 4B 3C 53 3C 19
Octal 110 145 31 35 0 113 74 123 74 31
Binary 1001000 1100101 11001 11101 0 1001011 111100 1010011 111100 11001

Color Harmonies of #486519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486519

Black with #486519

Text Example


Text Example

White with #486519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486519; }

 p { color: rgb(72,101,25); }

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

background-color css

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

 a { background-color: rgb(72,101,25); }

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

border-color css

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

 span { border-color: rgb(72,101,25); }

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