Html Css Color HEX #3ABC4F Fruit Salad

📋 copy color: '#3ABC4F'

red 58 ◦ green 188 ◦ blue 79

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

Shades of Fruit Salad #3ABC4F

Tints of Fruit Salad #3ABC4F

RGB

 RED value IS 58 (23.05% from 255) = 17.85%

 GREEN value IS 188 (73.83% from 255) = 57.85%

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 17.85%
G = 57.85%
B = 24.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#3ABC4F (or 0x3ABC4F) is known color: Fruit Salad. HEX triplet: 3A, BC and 4F. RGB value is (58,188,79). Sum of RGB (Red+Green+Blue) = 58+188+79=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABC4F is #C543B0. Grayscale: #898989. Windows color (decimal): -12927921 or 5225530. OLE color: 5225530.

HSL color Cylindrical-coordinate representation of color #3ABC4F: hue angle of 129.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC4F is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 79 -
CMYK 0.69 0 0.58 0.26
HSL 129.69º 0.53% 0.48% -
HSV(B) 129.69º 0.69% 0.74% -
XYZ 21.14 37.43 13.51 -
YUV 136.7 95.43 71.86 -
System Red Green Blue C M Y K H S L
Decimal 58 188 79 0.69 0 0.58 0.26 129.69 0.53 0.48
Hex 3A BC 4F 45 0 3A 1A 82 35 30
Octal 72 274 117 105 0 72 32 202 65 60
Binary 111010 10111100 1001111 1000101 0 111010 11010 10000010 110101 110000

Color Harmonies of #3ABC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABC4F

Black with #3ABC4F

Text Example


Text Example

White with #3ABC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABC4F; }

 p { color: rgb(58,188,79); }

 H1.HeaderClassName
 {
   color: #3ABC4F;
 }
 .AnyTagClassName
 {
   color: #3ABC4F;
 }
</style>

background-color css

<style>
 a { background-color: #3ABC4F; }

 a { background-color: rgb(58,188,79); }

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

border-color css

<style>
 span { border-color: #3ABC4F; }

 span { border-color: rgb(58,188,79); }

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