#65914D

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

Shades of Glade Green #65914D

Tints of Glade Green #65914D

Color information

#65914D (or 0x65914D) is unknown color: approx Glade Green. HEX triplet: 65, 91 and 4D. RGB value is (101,145,77). Sum of RGB (Red+Green+Blue) = 101+145+77=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #65914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65914D is #9A6EB2. Grayscale: #7C7C7C. Windows color (decimal): -10120883 or 5083493. OLE color: 5083493.

HSL color Cylindrical-coordinate representation of color #65914D: hue angle of 98.82º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65914D is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB10114577-
CMYK0.3000.470.43
HSL98.82º30.63%43.53%-
HSV(B)98.82º46.9%56.86%-
XYZ16.8323.5510.68-
YUV124.09101.42111.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=31.27%
G=44.89%
B=23.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145770.3000.470.4398.8230.6343.53
Hex65914D1E02F2B631f2c
Octal14522111536057531433754
Binary1100101100100011001101111100101111101011110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65914D; }

 p { color: rgb(101,145,77); }

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

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

 a { background-color: rgb(101,145,77); }

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

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

 span { border-color: rgb(101,145,77); }

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