#65A449

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

Shades of Apple #65A449

Tints of Apple #65A449

Color information

#65A449 (or 0x65A449) is unknown color: approx Apple. HEX triplet: 65, A4 and 49. RGB value is (101,164,73). Sum of RGB (Red+Green+Blue) = 101+164+73=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #65A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A449 is #9A5BB6. Grayscale: #878787. Windows color (decimal): -10116023 or 4826213. OLE color: 4826213.

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

Color convert

RGB10116473-
CMYK0.3800.550.36
HSL101.54º38.4%46.47%-
HSV(B)101.54º55.49%64.31%-
XYZ19.8429.811.01-
YUV134.7993.13103.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=29.88%
G=48.52%
B=21.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101164730.3800.550.36101.5438.446.47
Hex65A449260372466262e
Octal14524411146067441464656
Binary110010110100100100100110011001101111001001100110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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