Html Css Color HEX #3AB04A Fruit Salad

📋 copy color: '#3AB04A'

red 58 ◦ green 176 ◦ blue 74

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

Shades of Fruit Salad #3AB04A

Tints of Fruit Salad #3AB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.14%

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

R = 18.83%
G = 57.14%
B = 24.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#3AB04A (or 0x3AB04A) is known color: Fruit Salad. HEX triplet: 3A, B0 and 4A. RGB value is (58,176,74). Sum of RGB (Red+Green+Blue) = 58+176+74=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB04A is #C54FB5. Grayscale: #818181. Windows color (decimal): -12930998 or 4894778. OLE color: 4894778.

HSL color Cylindrical-coordinate representation of color #3AB04A: hue angle of 128.14º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB04A is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 176 74 -
CMYK 0.67 0 0.58 0.31
HSL 128.14º 0.5% 0.46% -
HSV(B) 128.14º 0.67% 0.69% -
XYZ 18.51 32.44 11.77 -
YUV 129.09 96.91 77.29 -
System Red Green Blue C M Y K H S L
Decimal 58 176 74 0.67 0 0.58 0.31 128.14 0.5 0.46
Hex 3A B0 4A 43 0 3A 1F 80 32 2E
Octal 72 260 112 103 0 72 37 200 62 56
Binary 111010 10110000 1001010 1000011 0 111010 11111 10000000 110010 101110

Color Harmonies of #3AB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB04A

Black with #3AB04A

Text Example


Text Example

White with #3AB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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