#5FAF82

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

Shades of Silver Tree #5FAF82

Tints of Silver Tree #5FAF82

Color information

#5FAF82 (or 0x5FAF82) is unknown color: approx Silver Tree. HEX triplet: 5F, AF and 82. RGB value is (95,175,130). Sum of RGB (Red+Green+Blue) = 95+175+130=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF82 is #A0507D. Grayscale: #929292. Windows color (decimal): -10506366 or 8564575. OLE color: 8564575.

HSL color Cylindrical-coordinate representation of color #5FAF82: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF82 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB95175130-
CMYK0.4600.260.31
HSL146.25º33.33%52.94%-
HSV(B)146.25º45.71%68.63%-
XYZ24.0834.726.55-
YUV145.9511991.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=23.75%
G=43.75%
B=32.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751300.4600.260.31146.2533.3352.94
Hex5FAF822E01A1F922135
Octal13725720256032372224165
Binary101111110101111100000101011100110101111110010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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