#65AB35

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

Shades of Apple #65AB35

Tints of Apple #65AB35

Color information

#65AB35 (or 0x65AB35) is unknown color: approx Apple. HEX triplet: 65, AB and 35. RGB value is (101,171,53). Sum of RGB (Red+Green+Blue) = 101+171+53=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB35 is #9A54CA. Grayscale: #898989. Windows color (decimal): -10114251 or 3517285. OLE color: 3517285.

HSL color Cylindrical-coordinate representation of color #65AB35: hue angle of 95.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65AB35 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB10117153-
CMYK0.4100.690.33
HSL95.59º52.68%43.92%-
HSV(B)95.59º69.01%67.06%-
XYZ20.5732.158.49-
YUV136.6280.81102.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=31.08%
G=52.62%
B=16.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101171530.4100.690.3395.5952.6843.92
Hex65AB35290452160352c
Octal14525365510105411406554
Binary110010110101011110101101001010001011000011100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,53); }

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

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

 a { background-color: rgb(101,171,53); }

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

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

 span { border-color: rgb(101,171,53); }

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