Html Css Color HEX #58AB49 Apple

📋 copy color: '#58AB49'

red 88 ◦ green 171 ◦ blue 73

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

Shades of Apple #58AB49

Tints of Apple #58AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.51%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 26.51%
G = 51.51%
B = 21.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#58AB49 (or 0x58AB49) is known color: Apple. HEX triplet: 58, AB and 49. RGB value is (88,171,73). Sum of RGB (Red+Green+Blue) = 88+171+73=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AB49 is #A754B6. Grayscale: #878787. Windows color (decimal): -10966199 or 4827992. OLE color: 4827992.

HSL color Cylindrical-coordinate representation of color #58AB49: hue angle of 110.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58AB49 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 171 73 -
CMYK 0.49 0 0.57 0.33
HSL 110.82º 0.4% 0.48% -
HSV(B) 110.82º 0.57% 0.67% -
XYZ 19.79 31.68 11.38 -
YUV 135.01 93 94.47 -
System Red Green Blue C M Y K H S L
Decimal 88 171 73 0.49 0 0.57 0.33 110.82 0.4 0.48
Hex 58 AB 49 31 0 39 21 6F 28 30
Octal 130 253 111 61 0 71 41 157 50 60
Binary 1011000 10101011 1001001 110001 0 111001 100001 1101111 101000 110000

Color Harmonies of #58AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AB49

Black with #58AB49

Text Example


Text Example

White with #58AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,171,73); }

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

background-color css

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

 a { background-color: rgb(88,171,73); }

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

border-color css

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

 span { border-color: rgb(88,171,73); }

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