#61B480

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

Shades of Silver Tree #61B480

Tints of Silver Tree #61B480

Color information

#61B480 (or 0x61B480) is unknown color: approx Silver Tree. HEX triplet: 61, B4 and 80. RGB value is (97,180,128). Sum of RGB (Red+Green+Blue) = 97+180+128=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #61B480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B480 is #9E4B7F. Grayscale: #959595. Windows color (decimal): -10374016 or 8434785. OLE color: 8434785.

HSL color Cylindrical-coordinate representation of color #61B480: hue angle of 142.41º 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 #61B480 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB97180128-
CMYK0.4600.290.29
HSL142.41º35.62%54.31%-
HSV(B)142.41º46.11%70.59%-
XYZ25.1536.7426.19-
YUV149.2611690.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=23.95%
G=44.44%
B=31.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801280.4600.290.29142.4135.6254.31
Hex61B4802E01D1D8e2436
Octal14126420056035352164466
Binary110000110110100100000001011100111011110110001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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