Html Css Color HEX #3AB34D Fruit Salad

📋 copy color: '#3AB34D'

red 58 ◦ green 179 ◦ blue 77

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

Shades of Fruit Salad #3AB34D

Tints of Fruit Salad #3AB34D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.01%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 18.47%
G = 57.01%
B = 24.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#3AB34D (or 0x3AB34D) is known color: Fruit Salad. HEX triplet: 3A, B3 and 4D. RGB value is (58,179,77). Sum of RGB (Red+Green+Blue) = 58+179+77=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AB34D is #C54CB2. Grayscale: #838383. Windows color (decimal): -12930227 or 5092154. OLE color: 5092154.

HSL color Cylindrical-coordinate representation of color #3AB34D: hue angle of 129.42º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB34D is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 179 77 -
CMYK 0.68 0 0.57 0.30
HSL 129.42º 0.51% 0.46% -
HSV(B) 129.42º 0.68% 0.7% -
XYZ 19.2 33.68 12.51 -
YUV 131.19 97.41 75.79 -
System Red Green Blue C M Y K H S L
Decimal 58 179 77 0.68 0 0.57 0.30 129.42 0.51 0.46
Hex 3A B3 4D 44 0 39 1E 81 33 2E
Octal 72 263 115 104 0 71 36 201 63 56
Binary 111010 10110011 1001101 1000100 0 111001 11110 10000001 110011 101110

Color Harmonies of #3AB34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB34D

Black with #3AB34D

Text Example


Text Example

White with #3AB34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,179,77); }

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

background-color css

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

 a { background-color: rgb(58,179,77); }

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

border-color css

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

 span { border-color: rgb(58,179,77); }

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