#65914F

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

Shades of Glade Green #65914F

Tints of Glade Green #65914F

Color information

#65914F (or 0x65914F) is unknown color: approx Glade Green. HEX triplet: 65, 91 and 4F. RGB value is (101,145,79). Sum of RGB (Red+Green+Blue) = 101+145+79=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #65914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65914F is #9A6EB0. Grayscale: #7C7C7C. Windows color (decimal): -10120881 or 5214565. OLE color: 5214565.

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

Color convert

RGB10114579-
CMYK0.3000.460.43
HSL100º29.46%43.92%-
HSV(B)100º45.52%56.86%-
XYZ16.923.5811.06-
YUV124.32102.42111.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=31.08%
G=44.62%
B=24.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145790.3000.460.4310029.4643.92
Hex65914F1E02E2B641d2c
Octal14522111736056531443554
Binary1100101100100011001111111100101110101011110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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