#65B38C

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

Shades of Silver Tree #65B38C

Tints of Silver Tree #65B38C

Color information

#65B38C (or 0x65B38C) is unknown color: approx Silver Tree. HEX triplet: 65, B3 and 8C. RGB value is (101,179,140). Sum of RGB (Red+Green+Blue) = 101+179+140=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #65B38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B38C is #9A4C73. Grayscale: #979797. Windows color (decimal): -10112116 or 9220965. OLE color: 9220965.

HSL color Cylindrical-coordinate representation of color #65B38C: hue angle of 150º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B38C is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB101179140-
CMYK0.4400.220.30
HSL150º33.91%54.9%-
HSV(B)150º43.58%70.2%-
XYZ26.2236.930.55-
YUV151.23121.6692.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=24.05%
G=42.62%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011791400.4400.220.3015033.9154.9
Hex65B38C2C0161E962237
Octal14526321454026362264267
Binary110010110110011100011001011000101101111010010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B38C; }

 p { color: rgb(101,179,140); }

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

<style>
 a { background-color: #65B38C; }

 a { background-color: rgb(101,179,140); }

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

<style>
 span { border-color: #65B38C; }

 span { border-color: rgb(101,179,140); }

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