#65AD52

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

Shades of Apple #65AD52

Tints of Apple #65AD52

Color information

#65AD52 (or 0x65AD52) is unknown color: approx Apple. HEX triplet: 65, AD and 52. RGB value is (101,173,82). Sum of RGB (Red+Green+Blue) = 101+173+82=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD52 is #9A52AD. Grayscale: #8D8D8D. Windows color (decimal): -10113710 or 5418341. OLE color: 5418341.

HSL color Cylindrical-coordinate representation of color #65AD52: hue angle of 107.47º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65AD52 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB10117382-
CMYK0.4200.530.32
HSL107.47º35.69%50%-
HSV(B)107.47º52.6%67.84%-
XYZ21.8333.2613.25-
YUV141.194.6599.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=28.37%
G=48.60%
B=23.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101173820.4200.530.32107.4735.6950
Hex65AD522A035206b2432
Octal14525512252065401534462
Binary110010110101101101001010101001101011000001101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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