#486D23

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

Shades of Green Leaf #486D23

Tints of Green Leaf #486D23

Color information

#486D23 (or 0x486D23) is unknown color: approx Green Leaf. HEX triplet: 48, 6D and 23. RGB value is (72,109,35). Sum of RGB (Red+Green+Blue) = 72+109+35=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #486D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D23 is #B792DC. Grayscale: #595959. Windows color (decimal): -12030685 or 2321736. OLE color: 2321736.

HSL color Cylindrical-coordinate representation of color #486D23: hue angle of 90º degrees, saturation: 0.51, 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 #486D23 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB7210935-
CMYK0.3400.680.57
HSL90º51.39%28.24%-
HSV(B)90º67.89%42.75%-
XYZ8.4412.443.55-
YUV89.597.24115.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 109 (42.97% from 255) = 50.46%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=33.33%
G=50.46%
B=16.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109350.3400.680.579051.3928.24
Hex486D2322044395a331c
Octal11015543420104711326334
Binary1001000110110110001110001001000100111001101101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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