#65A44F

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

Shades of Apple #65A44F

Tints of Apple #65A44F

Color information

#65A44F (or 0x65A44F) is unknown color: approx Apple. HEX triplet: 65, A4 and 4F. RGB value is (101,164,79). Sum of RGB (Red+Green+Blue) = 101+164+79=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #65A44F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A44F is #9A5BB0. Grayscale: #878787. Windows color (decimal): -10116017 or 5219429. OLE color: 5219429.

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

Color convert

RGB10116479-
CMYK0.3800.520.36
HSL104.47º34.98%47.65%-
HSV(B)104.47º51.83%64.31%-
XYZ20.0529.8812.11-
YUV135.4796.13103.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 164 (64.45% from 255) = 47.67%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=29.36%
G=47.67%
B=22.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101164790.3800.520.36104.4734.9847.65
Hex65A44F2603424682330
Octal14524411746064441504360
Binary110010110100100100111110011001101001001001101000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,164,79); }

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

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

 a { background-color: rgb(101,164,79); }

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

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

 span { border-color: rgb(101,164,79); }

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