#658550

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

Shades of Glade Green #658550

Tints of Glade Green #658550

Color information

#658550 (or 0x658550) is unknown color: approx Glade Green. HEX triplet: 65, 85 and 50. RGB value is (101,133,80). Sum of RGB (Red+Green+Blue) = 101+133+80=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #658550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658550 is #9A7AAF. Grayscale: #757575. Windows color (decimal): -10123952 or 5277029. OLE color: 5277029.

HSL color Cylindrical-coordinate representation of color #658550: hue angle of 96.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #658550 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB10113380-
CMYK0.2400.400.48
HSL96.23º24.88%41.76%-
HSV(B)96.23º39.85%52.16%-
XYZ15.220.1210.67-
YUV117.39106.9116.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.17%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=32.17%
G=42.36%
B=25.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133800.2400.400.4896.2324.8841.76
Hex658550180283060192a
Octal14520512030050601403152
Binary1100101100001011010000110000101000110000110000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658550; }

 p { color: rgb(101,133,80); }

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

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

 a { background-color: rgb(101,133,80); }

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

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

 span { border-color: rgb(101,133,80); }

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