#65944A

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

Shades of Glade Green #65944A

Tints of Glade Green #65944A

Color information

#65944A (or 0x65944A) is unknown color: approx Glade Green. HEX triplet: 65, 94 and 4A. RGB value is (101,148,74). Sum of RGB (Red+Green+Blue) = 101+148+74=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #65944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65944A is #9A6BB5. Grayscale: #7D7D7D. Windows color (decimal): -10120118 or 4887653. OLE color: 4887653.

HSL color Cylindrical-coordinate representation of color #65944A: hue angle of 98.11º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65944A is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB10114874-
CMYK0.3200.500.42
HSL98.11º33.33%43.53%-
HSV(B)98.11º50%58.04%-
XYZ17.1924.4410.29-
YUV125.5198.93110.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=31.27%
G=45.82%
B=22.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101148740.3200.500.4298.1133.3343.53
Hex65944A200322A62212c
Octal14522411240062521424154
Binary110010110010100100101010000001100101010101100010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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