Html Css Color HEX #3AB346 Fruit Salad

📋 copy color: '#3AB346'

red 58 ◦ green 179 ◦ blue 70

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

Shades of Fruit Salad #3AB346

Tints of Fruit Salad #3AB346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 18.89%
G = 58.31%
B = 22.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#3AB346 (or 0x3AB346) is known color: Fruit Salad. HEX triplet: 3A, B3 and 46. RGB value is (58,179,70). Sum of RGB (Red+Green+Blue) = 58+179+70=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB346 is #C54CB9. Grayscale: #828282. Windows color (decimal): -12930234 or 4633402. OLE color: 4633402.

HSL color Cylindrical-coordinate representation of color #3AB346: hue angle of 125.95º 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 #3AB346 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 179 70 -
CMYK 0.68 0 0.61 0.30
HSL 125.95º 0.51% 0.46% -
HSV(B) 125.95º 0.68% 0.7% -
XYZ 18.97 33.58 11.28 -
YUV 130.4 93.91 76.36 -
System Red Green Blue C M Y K H S L
Decimal 58 179 70 0.68 0 0.61 0.30 125.95 0.51 0.46
Hex 3A B3 46 44 0 3D 1E 7E 33 2E
Octal 72 263 106 104 0 75 36 176 63 56
Binary 111010 10110011 1000110 1000100 0 111101 11110 1111110 110011 101110

Color Harmonies of #3AB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB346

Black with #3AB346

Text Example


Text Example

White with #3AB346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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