#486C0F

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

Shades of Green Leaf #486C0F

Tints of Green Leaf #486C0F

Color information

#486C0F (or 0x486C0F) is unknown color: approx Green Leaf. HEX triplet: 48, 6C and 0F. RGB value is (72,108,15). Sum of RGB (Red+Green+Blue) = 72+108+15=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #486C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C0F is #B793F0. Grayscale: #565656. Windows color (decimal): -12030961 or 1010760. OLE color: 1010760.

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

Color convert

RGB7210815-
CMYK0.3300.860.58
HSL83.23º75.61%24.12%-
HSV(B)83.23º86.11%42.35%-
XYZ8.1212.142.37-
YUV86.6387.57117.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 108 (42.58% from 255) = 55.38%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=36.92%
G=55.38%
B=7.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72108150.3300.860.5883.2375.6124.12
Hex486CF210563A534c18
Octal110154174101267212311430
Binary100100011011001111100001010101101110101010011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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