#59BD32

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

Shades of Apple #59BD32

Tints of Apple #59BD32

Color information

#59BD32 (or 0x59BD32) is unknown color: approx Apple. HEX triplet: 59, BD and 32. RGB value is (89,189,50). Sum of RGB (Red+Green+Blue) = 89+189+50=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #59BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BD32 is #A642CD. Grayscale: #8F8F8F. Windows color (decimal): -10896078 or 3325273. OLE color: 3325273.

HSL color Cylindrical-coordinate representation of color #59BD32: hue angle of 103.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59BD32 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB8918950-
CMYK0.5300.740.26
HSL103.17º58.16%46.86%-
HSV(B)103.17º73.54%74.12%-
XYZ22.8938.759.29-
YUV143.2575.3789.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 189 (74.22% from 255) = 57.62%
BLUE value IS 50 (19.92% from 255) = 15.24%
R=27.13%
G=57.62%
B=15.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89189500.5300.740.26103.1758.1646.86
Hex59BD323504A1A673a2f
Octal13127562650112321477257
Binary10110011011110111001011010101001010110101100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BD32; }

 p { color: rgb(89,189,50); }

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

<style>
 a { background-color: #59BD32; }

 a { background-color: rgb(89,189,50); }

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

<style>
 span { border-color: #59BD32; }

 span { border-color: rgb(89,189,50); }

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