#486E1B

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

Shades of Green Leaf #486E1B

Tints of Green Leaf #486E1B

Color information

#486E1B (or 0x486E1B) is unknown color: approx Green Leaf. HEX triplet: 48, 6E and 1B. RGB value is (72,110,27). Sum of RGB (Red+Green+Blue) = 72+110+27=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #486E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E1B is #B791E4. Grayscale: #595959. Windows color (decimal): -12030437 or 1797704. OLE color: 1797704.

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

Color convert

RGB7211027-
CMYK0.3500.750.57
HSL87.47º60.58%26.86%-
HSV(B)87.47º75.45%43.14%-
XYZ8.4512.613.03-
YUV89.1892.91115.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 110 (43.36% from 255) = 52.63%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=34.45%
G=52.63%
B=12.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110270.3500.750.5787.4760.5826.86
Hex486E1B2304B39573d1b
Octal11015633430113711277533
Binary100100011011101101110001101001011111001101011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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