#65914A

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

Shades of Glade Green #65914A

Tints of Glade Green #65914A

Color information

#65914A (or 0x65914A) is unknown color: approx Glade Green. HEX triplet: 65, 91 and 4A. RGB value is (101,145,74). Sum of RGB (Red+Green+Blue) = 101+145+74=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #65914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65914A is #9A6EB5. Grayscale: #7B7B7B. Windows color (decimal): -10120886 or 4886885. OLE color: 4886885.

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

Color convert

RGB10114574-
CMYK0.3000.490.43
HSL97.18º32.42%42.94%-
HSV(B)97.18º48.97%56.86%-
XYZ16.7323.5110.14-
YUV123.7599.92111.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=31.56%
G=45.31%
B=23.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145740.3000.490.4397.1832.4242.94
Hex65914A1E0312B61202b
Octal14522111236061531414053
Binary11001011001000110010101111001100011010111100001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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