#5FB382

Color #5FB382 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #5FB382

Tints of Silver Tree #5FB382

Color information

#5FB382 (or 0x5FB382) is unknown color: approx Silver Tree. HEX triplet: 5F, B3 and 82. RGB value is (95,179,130). Sum of RGB (Red+Green+Blue) = 95+179+130=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB382 is #A04C7D. Grayscale: #949494. Windows color (decimal): -10505342 or 8565599. OLE color: 8565599.

HSL color Cylindrical-coordinate representation of color #5FB382: hue angle of 145º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB382 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB95179130-
CMYK0.4700.270.30
HSL145º35.59%53.73%-
HSV(B)145º46.93%70.2%-
XYZ24.8736.2826.81-
YUV148.3117.6789.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.51%
GREEN value IS 179 (70.31% from 255) = 44.31%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=23.51%
G=44.31%
B=32.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal951791300.4700.270.3014535.5953.73
Hex5FB3822F01B1E912436
Octal13726320257033362214466
Binary101111110110011100000101011110110111111010010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB382; }

 p { color: rgb(95,179,130); }

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

<style>
 a { background-color: #5FB382; }

 a { background-color: rgb(95,179,130); }

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

<style>
 span { border-color: #5FB382; }

 span { border-color: rgb(95,179,130); }

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