#58BD3D

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

Shades of Apple #58BD3D

Tints of Apple #58BD3D

Color information

#58BD3D (or 0x58BD3D) is unknown color: approx Apple. HEX triplet: 58, BD and 3D. RGB value is (88,189,61). Sum of RGB (Red+Green+Blue) = 88+189+61=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BD3D is #A742C2. Grayscale: #909090. Windows color (decimal): -10961603 or 4046168. OLE color: 4046168.

HSL color Cylindrical-coordinate representation of color #58BD3D: hue angle of 107.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58BD3D is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB8818961-
CMYK0.5300.680.26
HSL107.34º51.2%49.02%-
HSV(B)107.34º67.72%74.12%-
XYZ23.0638.8110.69-
YUV144.2181.0487.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.04%
GREEN value IS 189 (74.22% from 255) = 55.92%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=26.04%
G=55.92%
B=18.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88189610.5300.680.26107.3451.249.02
Hex58BD3D350441A6b3331
Octal13027575650104321536361
Binary10110001011110111110111010101000100110101101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,189,61); }

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

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

 a { background-color: rgb(88,189,61); }

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

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

 span { border-color: rgb(88,189,61); }

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