#65A952

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

Shades of Apple #65A952

Tints of Apple #65A952

Color information

#65A952 (or 0x65A952) is unknown color: approx Apple. HEX triplet: 65, A9 and 52. RGB value is (101,169,82). Sum of RGB (Red+Green+Blue) = 101+169+82=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #65A952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A952 is #9A56AD. Grayscale: #8B8B8B. Windows color (decimal): -10114734 or 5417317. OLE color: 5417317.

HSL color Cylindrical-coordinate representation of color #65A952: hue angle of 106.9º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65A952 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB10116982-
CMYK0.4000.510.34
HSL106.9º34.66%49.22%-
HSV(B)106.9º51.48%66.27%-
XYZ21.0831.7513-
YUV138.7595.97101.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 169 (66.41% from 255) = 48.01%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=28.69%
G=48.01%
B=23.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101169820.4000.510.34106.934.6649.22
Hex65A95228033226b2331
Octal14525112250063421534361
Binary110010110101001101001010100001100111000101101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,82); }

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

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

 a { background-color: rgb(101,169,82); }

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

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

 span { border-color: rgb(101,169,82); }

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