Html Css Color HEX #3AB84A Fruit Salad

📋 copy color: '#3AB84A'

red 58 ◦ green 184 ◦ blue 74

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

Shades of Fruit Salad #3AB84A

Tints of Fruit Salad #3AB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.23%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 18.35%
G = 58.23%
B = 23.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#3AB84A (or 0x3AB84A) is known color: Fruit Salad. HEX triplet: 3A, B8 and 4A. RGB value is (58,184,74). Sum of RGB (Red+Green+Blue) = 58+184+74=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB84A is #C547B5. Grayscale: #868686. Windows color (decimal): -12928950 or 4896826. OLE color: 4896826.

HSL color Cylindrical-coordinate representation of color #3AB84A: hue angle of 127.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB84A is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 58 184 74 -
CMYK 0.68 0 0.60 0.28
HSL 127.62º 0.52% 0.47% -
HSV(B) 127.62º 0.68% 0.72% -
XYZ 20.12 35.67 12.3 -
YUV 133.79 94.26 73.94 -
System Red Green Blue C M Y K H S L
Decimal 58 184 74 0.68 0 0.60 0.28 127.62 0.52 0.47
Hex 3A B8 4A 44 0 3C 1C 80 34 2F
Octal 72 270 112 104 0 74 34 200 64 57
Binary 111010 10111000 1001010 1000100 0 111100 11100 10000000 110100 101111

Color Harmonies of #3AB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB84A

Black with #3AB84A

Text Example


Text Example

White with #3AB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,184,74); }

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

background-color css

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

 a { background-color: rgb(58,184,74); }

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

border-color css

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

 span { border-color: rgb(58,184,74); }

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