#65A264

Color #65A264 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65A264

Tints of Fern #65A264

Color information

#65A264 (or 0x65A264) is unknown color: approx Fern. HEX triplet: 65, A2 and 64. RGB value is (101,162,100). Sum of RGB (Red+Green+Blue) = 101+162+100=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #65A264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A264 is #9A5D9B. Grayscale: #888888. Windows color (decimal): -10116508 or 6595173. OLE color: 6595173.

HSL color Cylindrical-coordinate representation of color #65A264: hue angle of 119.03º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A264 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB101162100-
CMYK0.3800.380.36
HSL119.03º25%51.37%-
HSV(B)119.03º38.27%63.53%-
XYZ20.5929.5316.67-
YUV136.69107.29102.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=27.82%
G=44.63%
B=27.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011621000.3800.380.36119.032551.37
Hex65A2642602624771933
Octal14524214446046441673163
Binary11001011010001011001001001100100110100100111011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A264; }

 p { color: rgb(101,162,100); }

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

<style>
 a { background-color: #65A264; }

 a { background-color: rgb(101,162,100); }

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

<style>
 span { border-color: #65A264; }

 span { border-color: rgb(101,162,100); }

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