#58B235

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

Shades of Apple #58B235

Tints of Apple #58B235

Color information

#58B235 (or 0x58B235) is unknown color: approx Apple. HEX triplet: 58, B2 and 35. RGB value is (88,178,53). Sum of RGB (Red+Green+Blue) = 88+178+53=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #58B235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58B235 is #A74DCA. Grayscale: #898989. Windows color (decimal): -10964427 or 3519064. OLE color: 3519064.

HSL color Cylindrical-coordinate representation of color #58B235: hue angle of 103.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58B235 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB8817853-
CMYK0.5100.700.30
HSL103.2º54.11%45.29%-
HSV(B)103.2º70.22%69.8%-
XYZ20.5934.178.88-
YUV136.8480.6893.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 178 (69.92% from 255) = 55.80%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=27.59%
G=55.80%
B=16.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal88178530.5100.700.30103.254.1145.29
Hex58B235330461E67362d
Octal13026265630106361476655
Binary10110001011001011010111001101000110111101100111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58B235; }

 p { color: rgb(88,178,53); }

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

<style>
 a { background-color: #58B235; }

 a { background-color: rgb(88,178,53); }

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

<style>
 span { border-color: #58B235; }

 span { border-color: rgb(88,178,53); }

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