Html Css Color HEX #58A552 Fruit Salad

📋 copy color: '#58A552'

red 88 ◦ green 165 ◦ blue 82

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

Shades of Fruit Salad #58A552

Tints of Fruit Salad #58A552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.25%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 26.27%
G = 49.25%
B = 24.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#58A552 (or 0x58A552) is known color: Fruit Salad. HEX triplet: 58, A5 and 52. RGB value is (88,165,82). Sum of RGB (Red+Green+Blue) = 88+165+82=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #58A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A552 is #A75AAD. Grayscale: #848484. Windows color (decimal): -10967726 or 5416280. OLE color: 5416280.

HSL color Cylindrical-coordinate representation of color #58A552: hue angle of 115.66º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58A552 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 165 82 -
CMYK 0.47 0 0.50 0.35
HSL 115.66º 0.34% 0.48% -
HSV(B) 115.66º 0.5% 0.65% -
XYZ 19 29.59 12.69 -
YUV 132.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 88 165 82 0.47 0 0.50 0.35 115.66 0.34 0.48
Hex 58 A5 52 2F 0 32 23 74 22 30
Octal 130 245 122 57 0 62 43 164 42 60
Binary 1011000 10100101 1010010 101111 0 110010 100011 1110100 100010 110000

Color Harmonies of #58A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A552

Black with #58A552

Text Example


Text Example

White with #58A552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,165,82); }

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

background-color css

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

 a { background-color: rgb(88,165,82); }

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

border-color css

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

 span { border-color: rgb(88,165,82); }

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