#65904B

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

Shades of Glade Green #65904B

Tints of Glade Green #65904B

Color information

#65904B (or 0x65904B) is unknown color: approx Glade Green. HEX triplet: 65, 90 and 4B. RGB value is (101,144,75). Sum of RGB (Red+Green+Blue) = 101+144+75=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #65904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65904B is #9A6FB4. Grayscale: #7B7B7B. Windows color (decimal): -10121141 or 4952165. OLE color: 4952165.

HSL color Cylindrical-coordinate representation of color #65904B: hue angle of 97.39º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65904B is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB10114475-
CMYK0.3000.480.44
HSL97.39º31.51%42.94%-
HSV(B)97.39º47.92%56.47%-
XYZ16.6123.2210.26-
YUV123.28100.75112.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 144 (56.64% from 255) = 45%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=31.56%
G=45%
B=23.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101144750.3000.480.4497.3931.5142.94
Hex65904B1E0302C61202b
Octal14522011336060541414053
Binary11001011001000010010111111001100001011001100001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65904B; }

 p { color: rgb(101,144,75); }

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

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

 a { background-color: rgb(101,144,75); }

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

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

 span { border-color: rgb(101,144,75); }

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