#486D39

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

Shades of Green House #486D39

Tints of Green House #486D39

Color information

#486D39 (or 0x486D39) is unknown color: approx Green House. HEX triplet: 48, 6D and 39. RGB value is (72,109,57). Sum of RGB (Red+Green+Blue) = 72+109+57=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #486D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D39 is #B792C6. Grayscale: #5C5C5C. Windows color (decimal): -12030663 or 3763528. OLE color: 3763528.

HSL color Cylindrical-coordinate representation of color #486D39: hue angle of 102.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486D39 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB7210957-
CMYK0.3400.480.57
HSL102.69º31.33%32.55%-
HSV(B)102.69º47.71%42.75%-
XYZ8.8812.615.84-
YUV92.01108.24113.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 109 (42.97% from 255) = 45.80%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=30.25%
G=45.80%
B=23.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109570.3400.480.57102.6931.3332.55
Hex486D392203039671f21
Octal1101557142060711473741
Binary100100011011011110011000100110000111001110011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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