#65A43D

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

Shades of Apple #65A43D

Tints of Apple #65A43D

Color information

#65A43D (or 0x65A43D) is unknown color: approx Apple. HEX triplet: 65, A4 and 3D. RGB value is (101,164,61). Sum of RGB (Red+Green+Blue) = 101+164+61=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #65A43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A43D is #9A5BC2. Grayscale: #858585. Windows color (decimal): -10116035 or 4039781. OLE color: 4039781.

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

Color convert

RGB10116461-
CMYK0.3800.630.36
HSL96.7º45.78%44.12%-
HSV(B)96.7º62.8%64.31%-
XYZ19.4829.659.11-
YUV133.4287.13104.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=30.98%
G=50.31%
B=18.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101164610.3800.630.3696.745.7844.12
Hex65A43D2603F24612e2c
Octal1452447546077441415654
Binary11001011010010011110110011001111111001001100001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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