#65C380

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

Shades of Silver Tree #65C380

Tints of Silver Tree #65C380

Color information

#65C380 (or 0x65C380) is unknown color: approx Silver Tree. HEX triplet: 65, C3 and 80. RGB value is (101,195,128). Sum of RGB (Red+Green+Blue) = 101+195+128=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #65C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C380 is #9A3C7F. Grayscale: #9F9F9F. Windows color (decimal): -10108032 or 8438629. OLE color: 8438629.

HSL color Cylindrical-coordinate representation of color #65C380: hue angle of 137.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C380 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB101195128-
CMYK0.4800.340.24
HSL137.23º43.93%58.04%-
HSV(B)137.23º48.21%76.47%-
XYZ28.7843.3627.27-
YUV159.26110.3686.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=23.82%
G=45.99%
B=30.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951280.4800.340.24137.2343.9358.04
Hex65C3803002218892c3a
Octal14530320060042302115472
Binary1100101110000111000000011000001000101100010001001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,195,128); }

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

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

 a { background-color: rgb(101,195,128); }

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

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

 span { border-color: rgb(101,195,128); }

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