#65A443

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

Shades of Apple #65A443

Tints of Apple #65A443

Color information

#65A443 (or 0x65A443) is unknown color: approx Apple. HEX triplet: 65, A4 and 43. RGB value is (101,164,67). Sum of RGB (Red+Green+Blue) = 101+164+67=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #65A443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A443 is #9A5BBC. Grayscale: #868686. Windows color (decimal): -10116029 or 4432997. OLE color: 4432997.

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

Color convert

RGB10116467-
CMYK0.3800.590.36
HSL98.97º41.99%45.29%-
HSV(B)98.97º59.15%64.31%-
XYZ19.6629.7210.01-
YUV134.190.13104.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 164 (64.45% from 255) = 49.40%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=30.42%
G=49.40%
B=20.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101164670.3800.590.3698.9741.9945.29
Hex65A4432603B24632a2d
Octal14524410346073441435255
Binary110010110100100100001110011001110111001001100011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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