#61B485

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

Shades of Silver Tree #61B485

Tints of Silver Tree #61B485

Color information

#61B485 (or 0x61B485) is unknown color: approx Silver Tree. HEX triplet: 61, B4 and 85. RGB value is (97,180,133). Sum of RGB (Red+Green+Blue) = 97+180+133=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #61B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B485 is #9E4B7A. Grayscale: #959595. Windows color (decimal): -10374011 or 8762465. OLE color: 8762465.

HSL color Cylindrical-coordinate representation of color #61B485: hue angle of 146.02º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B485 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB97180133-
CMYK0.4600.260.29
HSL146.02º35.62%54.31%-
HSV(B)146.02º46.11%70.59%-
XYZ25.4836.8827.97-
YUV149.83118.590.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=23.66%
G=43.90%
B=32.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801330.4600.260.29146.0235.6254.31
Hex61B4852E01A1D922436
Octal14126420556032352224466
Binary110000110110100100001011011100110101110110010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B485; }

 p { color: rgb(97,180,133); }

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

<style>
 a { background-color: #61B485; }

 a { background-color: rgb(97,180,133); }

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

<style>
 span { border-color: #61B485; }

 span { border-color: rgb(97,180,133); }

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