Html Css Color HEX #58B041 Apple

📋 copy color: '#58B041'

red 88 ◦ green 176 ◦ blue 65

#58B041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #58B041

Tints of Apple #58B041

RGB

 RED value IS 88 (34.77% from 255) = 26.75%

 GREEN value IS 176 (69.14% from 255) = 53.5%

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 26.75%
G = 53.5%
B = 19.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#58B041 (or 0x58B041) is known color: Apple. HEX triplet: 58, B0 and 41. RGB value is (88,176,65). Sum of RGB (Red+Green+Blue) = 88+176+65=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #58B041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58B041 is #A74FBE. Grayscale: #898989. Windows color (decimal): -10964927 or 4304984. OLE color: 4304984.

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

Color convert

RGB 88 176 65 -
CMYK 0.50 0 0.63 0.31
HSL 107.57º 0.46% 0.47% -
HSV(B) 107.57º 0.63% 0.69% -
XYZ 20.5 33.51 10.39 -
YUV 137.03 87.35 93.03 -
System Red Green Blue C M Y K H S L
Decimal 88 176 65 0.50 0 0.63 0.31 107.57 0.46 0.47
Hex 58 B0 41 32 0 3F 1F 6C 2E 2F
Octal 130 260 101 62 0 77 37 154 56 57
Binary 1011000 10110000 1000001 110010 0 111111 11111 1101100 101110 101111

Color Harmonies of #58B041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B041

Black with #58B041

Text Example


Text Example

White with #58B041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,176,65); }

 H1.HeaderClassName
 {
   color: #58B041;
 }
 .AnyTagClassName
 {
   color: #58B041;
 }
</style>

background-color css

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

 a { background-color: rgb(88,176,65); }

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

border-color css

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

 span { border-color: rgb(88,176,65); }

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