#659053

Color #659053 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #659053

Tints of Glade Green #659053

Color information

#659053 (or 0x659053) is unknown color: approx Glade Green. HEX triplet: 65, 90 and 53. RGB value is (101,144,83). Sum of RGB (Red+Green+Blue) = 101+144+83=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #659053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659053 is #9A6FAC. Grayscale: #7C7C7C. Windows color (decimal): -10121133 or 5476453. OLE color: 5476453.

HSL color Cylindrical-coordinate representation of color #659053: hue angle of 102.3º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #659053 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB10114483-
CMYK0.3000.420.44
HSL102.3º26.87%44.51%-
HSV(B)102.3º42.36%56.47%-
XYZ16.923.3411.8-
YUV124.19104.75111.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=30.79%
G=43.90%
B=25.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101144830.3000.420.44102.326.8744.51
Hex6590531E02A2C661b2d
Octal14522012336052541463355
Binary1100101100100001010011111100101010101100110011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659053; }

 p { color: rgb(101,144,83); }

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

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

 a { background-color: rgb(101,144,83); }

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

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

 span { border-color: rgb(101,144,83); }

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