Html Css Color HEX #486C18 Green Leaf

📋 copy color: '#486C18'

red 72 ◦ green 108 ◦ blue 24

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

Shades of Green Leaf #486C18

Tints of Green Leaf #486C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.94%

 BLUE value IS 24 (9.77% from 255) = 11.76%

R = 35.29%
G = 52.94%
B = 11.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#486C18 (or 0x486C18) is known color: Green Leaf. HEX triplet: 48, 6C and 18. RGB value is (72,108,24). Sum of RGB (Red+Green+Blue) = 72+108+24=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #486C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C18 is #B793E7. Grayscale: #575757. Windows color (decimal): -12030952 or 1600584. OLE color: 1600584.

HSL color Cylindrical-coordinate representation of color #486C18: hue angle of 85.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #486C18 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 108 24 -
CMYK 0.33 0 0.78 0.58
HSL 85.71º 0.64% 0.26% -
HSV(B) 85.71º 0.78% 0.42% -
XYZ 8.2 12.17 2.78 -
YUV 87.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 72 108 24 0.33 0 0.78 0.58 85.71 0.64 0.26
Hex 48 6C 18 21 0 4E 3A 56 40 1A
Octal 110 154 30 41 0 116 72 126 100 32
Binary 1001000 1101100 11000 100001 0 1001110 111010 1010110 1000000 11010

Color Harmonies of #486C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C18

Black with #486C18

Text Example


Text Example

White with #486C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,24); }

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

background-color css

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

 a { background-color: rgb(72,108,24); }

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

border-color css

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

 span { border-color: rgb(72,108,24); }

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