#58B14D

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

Shades of Apple #58B14D

Tints of Apple #58B14D

Color information

#58B14D (or 0x58B14D) is unknown color: approx Apple. HEX triplet: 58, B1 and 4D. RGB value is (88,177,77). Sum of RGB (Red+Green+Blue) = 88+177+77=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #58B14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B14D is #A74EB2. Grayscale: #8B8B8B. Windows color (decimal): -10964659 or 5091672. OLE color: 5091672.

HSL color Cylindrical-coordinate representation of color #58B14D: hue angle of 113.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B14D is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB8817777-
CMYK0.5000.560.31
HSL113.4º39.37%49.8%-
HSV(B)113.4º56.5%69.41%-
XYZ21.0934.0512.48-
YUV138.9993.0191.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 177 (69.53% from 255) = 51.75%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=25.73%
G=51.75%
B=22.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88177770.5000.560.31113.439.3749.8
Hex58B14D320381F712732
Octal13026111562070371614762
Binary10110001011000110011011100100111000111111110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,177,77); }

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

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

 a { background-color: rgb(88,177,77); }

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

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

 span { border-color: rgb(88,177,77); }

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