#65C049

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

Shades of Apple #65C049

Tints of Apple #65C049

Color information

#65C049 (or 0x65C049) is unknown color: approx Apple. HEX triplet: 65, C0 and 49. RGB value is (101,192,73). Sum of RGB (Red+Green+Blue) = 101+192+73=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #65C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C049 is #9A3FB6. Grayscale: #979797. Windows color (decimal): -10108855 or 4833381. OLE color: 4833381.

HSL color Cylindrical-coordinate representation of color #65C049: hue angle of 105.88º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65C049 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB10119273-
CMYK0.4700.620.25
HSL105.88º48.57%51.96%-
HSV(B)105.88º61.98%75.29%-
XYZ25.4240.9512.87-
YUV151.2283.8592.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 192 (75.39% from 255) = 52.46%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=27.60%
G=52.46%
B=19.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101192730.4700.620.25105.8848.5751.96
Hex65C0492F03E196a3134
Octal14530011157076311526164
Binary11001011100000010010011011110111110110011101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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