Html Css Color HEX #58A24C Fruit Salad

📋 copy color: '#58A24C'

red 88 ◦ green 162 ◦ blue 76

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

Shades of Fruit Salad #58A24C

Tints of Fruit Salad #58A24C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.69%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 26.99%
G = 49.69%
B = 23.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#58A24C (or 0x58A24C) is known color: Fruit Salad. HEX triplet: 58, A2 and 4C. RGB value is (88,162,76). Sum of RGB (Red+Green+Blue) = 88+162+76=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #58A24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A24C is #A75DB3. Grayscale: #828282. Windows color (decimal): -10968500 or 5022296. OLE color: 5022296.

HSL color Cylindrical-coordinate representation of color #58A24C: hue angle of 111.63º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A24C is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 162 76 -
CMYK 0.46 0 0.53 0.36
HSL 111.63º 0.36% 0.47% -
HSV(B) 111.63º 0.53% 0.64% -
XYZ 18.25 28.44 11.36 -
YUV 130.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 88 162 76 0.46 0 0.53 0.36 111.63 0.36 0.47
Hex 58 A2 4C 2E 0 35 24 70 24 2F
Octal 130 242 114 56 0 65 44 160 44 57
Binary 1011000 10100010 1001100 101110 0 110101 100100 1110000 100100 101111

Color Harmonies of #58A24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A24C

Black with #58A24C

Text Example


Text Example

White with #58A24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,162,76); }

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

background-color css

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

 a { background-color: rgb(88,162,76); }

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

border-color css

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

 span { border-color: rgb(88,162,76); }

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