Html Css Color HEX #58A24B Fruit Salad

📋 copy color: '#58A24B'

red 88 ◦ green 162 ◦ blue 75

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

Shades of Fruit Salad #58A24B

Tints of Fruit Salad #58A24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 27.08%
G = 49.85%
B = 23.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#58A24B (or 0x58A24B) is known color: Fruit Salad. HEX triplet: 58, A2 and 4B. RGB value is (88,162,75). Sum of RGB (Red+Green+Blue) = 88+162+75=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #58A24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A24B is #A75DB4. Grayscale: #828282. Windows color (decimal): -10968501 or 4956760. OLE color: 4956760.

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

Color convert

RGB 88 162 75 -
CMYK 0.46 0 0.54 0.36
HSL 111.03º 0.37% 0.46% -
HSV(B) 111.03º 0.54% 0.64% -
XYZ 18.21 28.42 11.18 -
YUV 129.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 88 162 75 0.46 0 0.54 0.36 111.03 0.37 0.46
Hex 58 A2 4B 2E 0 36 24 6F 25 2E
Octal 130 242 113 56 0 66 44 157 45 56
Binary 1011000 10100010 1001011 101110 0 110110 100100 1101111 100101 101110

Color Harmonies of #58A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A24B

Black with #58A24B

Text Example


Text Example

White with #58A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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