#58A834

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

Shades of Apple #58A834

Tints of Apple #58A834

Color information

#58A834 (or 0x58A834) is unknown color: approx Apple. HEX triplet: 58, A8 and 34. RGB value is (88,168,52). Sum of RGB (Red+Green+Blue) = 88+168+52=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #58A834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A834 is #A757CB. Grayscale: #838383. Windows color (decimal): -10966988 or 3450968. OLE color: 3450968.

HSL color Cylindrical-coordinate representation of color #58A834: hue angle of 101.38º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58A834 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB8816852-
CMYK0.4800.690.34
HSL101.38º52.73%43.14%-
HSV(B)101.38º69.05%65.88%-
XYZ18.6530.338.12-
YUV130.8683.597.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 168 (66.02% from 255) = 54.55%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=28.57%
G=54.55%
B=16.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88168520.4800.690.34101.3852.7343.14
Hex58A834300452265352b
Octal13025064600105421456553
Binary101100010101000110100110000010001011000101100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,168,52); }

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

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

 a { background-color: rgb(88,168,52); }

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

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

 span { border-color: rgb(88,168,52); }

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