#65B45A

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

Shades of Apple #65B45A

Tints of Apple #65B45A

Color information

#65B45A (or 0x65B45A) is unknown color: approx Apple. HEX triplet: 65, B4 and 5A. RGB value is (101,180,90). Sum of RGB (Red+Green+Blue) = 101+180+90=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #65B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B45A is #9A4BA5. Grayscale: #929292. Windows color (decimal): -10111910 or 5944421. OLE color: 5944421.

HSL color Cylindrical-coordinate representation of color #65B45A: hue angle of 112.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65B45A is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB10118090-
CMYK0.4400.500.29
HSL112.67º37.5%52.94%-
HSV(B)112.67º50%70.59%-
XYZ23.5336.1515.41-
YUV146.1296.3395.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=27.22%
G=48.52%
B=24.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101180900.4400.500.29112.6737.552.94
Hex65B45A2C0321D712635
Octal14526413254062351614665
Binary11001011011010010110101011000110010111011110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,180,90); }

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

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

 a { background-color: rgb(101,180,90); }

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

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

 span { border-color: rgb(101,180,90); }

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