#65A53C

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

Shades of Apple #65A53C

Tints of Apple #65A53C

Color information

#65A53C (or 0x65A53C) is unknown color: approx Apple. HEX triplet: 65, A5 and 3C. RGB value is (101,165,60). Sum of RGB (Red+Green+Blue) = 101+165+60=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #65A53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A53C is #9A5AC3. Grayscale: #868686. Windows color (decimal): -10115780 or 3974501. OLE color: 3974501.

HSL color Cylindrical-coordinate representation of color #65A53C: hue angle of 96.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65A53C is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB10116560-
CMYK0.3900.640.35
HSL96.57º46.67%44.12%-
HSV(B)96.57º63.64%64.71%-
XYZ19.64309.03-
YUV133.8986.3104.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 165 (64.84% from 255) = 50.61%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=30.98%
G=50.61%
B=18.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101165600.3900.640.3596.5746.6744.12
Hex65A53C2704023612f2c
Octal14524574470100431415754
Binary110010110100101111100100111010000001000111100001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,165,60); }

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

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

 a { background-color: rgb(101,165,60); }

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

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

 span { border-color: rgb(101,165,60); }

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