#486B3C

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

Shades of Green House #486B3C

Tints of Green House #486B3C

Color information

#486B3C (or 0x486B3C) is unknown color: approx Green House. HEX triplet: 48, 6B and 3C. RGB value is (72,107,60). Sum of RGB (Red+Green+Blue) = 72+107+60=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #486B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B3C is #B794C3. Grayscale: #5B5B5B. Windows color (decimal): -12031172 or 3959624. OLE color: 3959624.

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

Color convert

RGB7210760-
CMYK0.3300.440.58
HSL104.68º28.14%32.75%-
HSV(B)104.68º43.93%41.96%-
XYZ8.7512.226.17-
YUV91.18110.4114.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=30.13%
G=44.77%
B=25.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107600.3300.440.58104.6828.1432.75
Hex486B3C2102C3A691c21
Octal1101537441054721513441
Binary100100011010111111001000010101100111010110100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,107,60); }

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

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

 a { background-color: rgb(72,107,60); }

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

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

 span { border-color: rgb(72,107,60); }

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