#65914B

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

Shades of Glade Green #65914B

Tints of Glade Green #65914B

Color information

#65914B (or 0x65914B) is unknown color: approx Glade Green. HEX triplet: 65, 91 and 4B. RGB value is (101,145,75). Sum of RGB (Red+Green+Blue) = 101+145+75=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #65914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65914B is #9A6EB4. Grayscale: #7C7C7C. Windows color (decimal): -10120885 or 4952421. OLE color: 4952421.

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

Color convert

RGB10114575-
CMYK0.3000.480.43
HSL97.71º31.82%43.14%-
HSV(B)97.71º48.28%56.86%-
XYZ16.7623.5310.31-
YUV123.86100.42111.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=31.46%
G=45.17%
B=23.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145750.3000.480.4397.7131.8243.14
Hex65914B1E0302B62202b
Octal14522111336060531424053
Binary11001011001000110010111111001100001010111100010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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