Html Css Color HEX #486619 Green Leaf

📋 copy color: '#486619'

red 72 ◦ green 102 ◦ blue 25

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

Shades of Green Leaf #486619

Tints of Green Leaf #486619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.26%

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

R = 36.18%
G = 51.26%
B = 12.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#486619 (or 0x486619) is known color: Green Leaf. HEX triplet: 48, 66 and 19. RGB value is (72,102,25). Sum of RGB (Red+Green+Blue) = 72+102+25=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #486619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486619 is #B799E6. Grayscale: #545454. Windows color (decimal): -12032487 or 1664584. OLE color: 1664584.

HSL color Cylindrical-coordinate representation of color #486619: hue angle of 83.38º degrees, saturation: 0.61, 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 #486619 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 25 -
CMYK 0.29 0 0.75 0.6
HSL 83.38º 0.61% 0.25% -
HSV(B) 83.38º 0.75% 0.4% -
XYZ 7.6 10.95 2.63 -
YUV 84.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 72 102 25 0.29 0 0.75 0.6 83.38 0.61 0.25
Hex 48 66 19 1D 0 4B 3C 53 3D 19
Octal 110 146 31 35 0 113 74 123 75 31
Binary 1001000 1100110 11001 11101 0 1001011 111100 1010011 111101 11001

Color Harmonies of #486619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486619

Black with #486619

Text Example


Text Example

White with #486619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486619; }

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

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

background-color css

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

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

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

border-color css

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

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

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