Html Css Color HEX #3AB246 Fruit Salad

📋 copy color: '#3AB246'

red 58 ◦ green 178 ◦ blue 70

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

Shades of Fruit Salad #3AB246

Tints of Fruit Salad #3AB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.17%

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

R = 18.95%
G = 58.17%
B = 22.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#3AB246 (or 0x3AB246) is known color: Fruit Salad. HEX triplet: 3A, B2 and 46. RGB value is (58,178,70). Sum of RGB (Red+Green+Blue) = 58+178+70=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB246 is #C54DB9. Grayscale: #828282. Windows color (decimal): -12930490 or 4633146. OLE color: 4633146.

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

Color convert

RGB 58 178 70 -
CMYK 0.67 0 0.61 0.30
HSL 126º 0.51% 0.46% -
HSV(B) 126º 0.67% 0.7% -
XYZ 18.77 33.18 11.21 -
YUV 129.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 58 178 70 0.67 0 0.61 0.30 126 0.51 0.46
Hex 3A B2 46 43 0 3D 1E 7E 33 2E
Octal 72 262 106 103 0 75 36 176 63 56
Binary 111010 10110010 1000110 1000011 0 111101 11110 1111110 110011 101110

Color Harmonies of #3AB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB246

Black with #3AB246

Text Example


Text Example

White with #3AB246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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