#486E23

Color #486E23 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #486E23

Tints of Green Leaf #486E23

Color information

#486E23 (or 0x486E23) is unknown color: approx Green Leaf. HEX triplet: 48, 6E and 23. RGB value is (72,110,35). Sum of RGB (Red+Green+Blue) = 72+110+35=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #486E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E23 is #B791DC. Grayscale: #5A5A5A. Windows color (decimal): -12030429 or 2321992. OLE color: 2321992.

HSL color Cylindrical-coordinate representation of color #486E23: hue angle of 90.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486E23 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB7211035-
CMYK0.3500.680.57
HSL90.4º51.72%28.43%-
HSV(B)90.4º68.18%43.14%-
XYZ8.5512.653.58-
YUV90.0996.91115.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 110 (43.36% from 255) = 50.69%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=33.18%
G=50.69%
B=16.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110350.3500.680.5790.451.7228.43
Hex486E2323044395a341c
Octal11015643430104711326434
Binary1001000110111010001110001101000100111001101101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,35); }

 H1.HeaderClassName
 {
   color: #486E23;
 }
 .AnyTagClassName
 {
   color: #486E23;
 }
</style>
background-color css

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

 a { background-color: rgb(72,110,35); }

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

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

 span { border-color: rgb(72,110,35); }

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