#65B535

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

Shades of Apple #65B535

Tints of Apple #65B535

Color information

#65B535 (or 0x65B535) is unknown color: approx Apple. HEX triplet: 65, B5 and 35. RGB value is (101,181,53). Sum of RGB (Red+Green+Blue) = 101+181+53=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #65B535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B535 is #9A4ACA. Grayscale: #8E8E8E. Windows color (decimal): -10111691 or 3519845. OLE color: 3519845.

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

Color convert

RGB10118153-
CMYK0.4400.710.29
HSL97.5º54.7%45.88%-
HSV(B)97.5º70.72%70.98%-
XYZ22.5336.079.14-
YUV142.4977.598.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 181 (71.09% from 255) = 54.03%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=30.15%
G=54.03%
B=15.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101181530.4400.710.2997.554.745.88
Hex65B5352C0471D62372e
Octal14526565540107351426756
Binary11001011011010111010110110001000111111011100010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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