#65A448

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

Shades of Apple #65A448

Tints of Apple #65A448

Color information

#65A448 (or 0x65A448) is unknown color: approx Apple. HEX triplet: 65, A4 and 48. RGB value is (101,164,72). Sum of RGB (Red+Green+Blue) = 101+164+72=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #65A448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A448 is #9A5BB7. Grayscale: #868686. Windows color (decimal): -10116024 or 4760677. OLE color: 4760677.

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

Color convert

RGB10116472-
CMYK0.3800.560.36
HSL101.09º38.98%46.27%-
HSV(B)101.09º56.1%64.31%-
XYZ19.8129.7910.84-
YUV134.6892.63103.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 164 (64.45% from 255) = 48.66%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=29.97%
G=48.66%
B=21.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101164720.3800.560.36101.0938.9846.27
Hex65A448260382465272e
Octal14524411046070441454756
Binary110010110100100100100010011001110001001001100101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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