#65AB52

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

Shades of Apple #65AB52

Tints of Apple #65AB52

Color information

#65AB52 (or 0x65AB52) is unknown color: approx Apple. HEX triplet: 65, AB and 52. RGB value is (101,171,82). Sum of RGB (Red+Green+Blue) = 101+171+82=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB52 is #9A54AD. Grayscale: #8C8C8C. Windows color (decimal): -10114222 or 5417829. OLE color: 5417829.

HSL color Cylindrical-coordinate representation of color #65AB52: hue angle of 107.19º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65AB52 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB10117182-
CMYK0.4100.520.33
HSL107.19º35.18%49.61%-
HSV(B)107.19º52.05%67.06%-
XYZ21.4532.513.13-
YUV139.9295.31100.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 171 (67.19% from 255) = 48.31%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=28.53%
G=48.31%
B=23.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101171820.4100.520.33107.1935.1849.61
Hex65AB5229034216b2332
Octal14525312251064411534362
Binary110010110101011101001010100101101001000011101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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