#486F0B

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

Shades of Green Leaf #486F0B

Tints of Green Leaf #486F0B

Color information

#486F0B (or 0x486F0B) is unknown color: approx Green Leaf. HEX triplet: 48, 6F and 0B. RGB value is (72,111,11). Sum of RGB (Red+Green+Blue) = 72+111+11=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #486F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F0B is #B790F4. Grayscale: #585858. Windows color (decimal): -12030197 or 749384. OLE color: 749384.

HSL color Cylindrical-coordinate representation of color #486F0B: hue angle of 83.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #486F0B is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB7211111-
CMYK0.3500.900.56
HSL83.4º81.97%23.92%-
HSV(B)83.4º90.09%43.53%-
XYZ8.4212.772.34-
YUV87.9484.58116.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 111 (43.75% from 255) = 57.22%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=37.11%
G=57.22%
B=5.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111110.3500.900.5683.481.9723.92
Hex486FB2305A38535218
Octal110157134301327012312230
Binary100100011011111011100011010110101110001010011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,11); }

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

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

 a { background-color: rgb(72,111,11); }

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

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

 span { border-color: rgb(72,111,11); }

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