#658252

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

Shades of Glade Green #658252

Tints of Glade Green #658252

Color information

#658252 (or 0x658252) is unknown color: approx Glade Green. HEX triplet: 65, 82 and 52. RGB value is (101,130,82). Sum of RGB (Red+Green+Blue) = 101+130+82=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #658252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658252 is #9A7DAD. Grayscale: #747474. Windows color (decimal): -10124718 or 5407333. OLE color: 5407333.

HSL color Cylindrical-coordinate representation of color #658252: hue angle of 96.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #658252 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB10113082-
CMYK0.2200.370.49
HSL96.25º22.64%41.57%-
HSV(B)96.25º36.92%50.98%-
XYZ14.8719.3410.93-
YUV115.86108.89117.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=32.27%
G=41.53%
B=26.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130820.2200.370.4996.2522.6441.57
Hex658252160253160172a
Octal14520212226045611402752
Binary1100101100000101010010101100100101110001110000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658252; }

 p { color: rgb(101,130,82); }

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

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

 a { background-color: rgb(101,130,82); }

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

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

 span { border-color: rgb(101,130,82); }

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