Html Css Color HEX #3BAC46 Fruit Salad

📋 copy color: '#3BAC46'

red 59 ◦ green 172 ◦ blue 70

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

Shades of Fruit Salad #3BAC46

Tints of Fruit Salad #3BAC46

RGB

 RED value IS 59 (23.44% from 255) = 19.6%

 GREEN value IS 172 (67.58% from 255) = 57.14%

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

R = 19.6%
G = 57.14%
B = 23.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#3BAC46 (or 0x3BAC46) is known color: Fruit Salad. HEX triplet: 3B, AC and 46. RGB value is (59,172,70). Sum of RGB (Red+Green+Blue) = 59+172+70=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC46 is #C453B9. Grayscale: #7E7E7E. Windows color (decimal): -12866490 or 4631611. OLE color: 4631611.

HSL color Cylindrical-coordinate representation of color #3BAC46: hue angle of 125.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC46 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 172 70 -
CMYK 0.66 0 0.59 0.33
HSL 125.84º 0.49% 0.45% -
HSV(B) 125.84º 0.66% 0.67% -
XYZ 17.66 30.88 10.82 -
YUV 126.59 96.06 79.79 -
System Red Green Blue C M Y K H S L
Decimal 59 172 70 0.66 0 0.59 0.33 125.84 0.49 0.45
Hex 3B AC 46 42 0 3B 21 7E 31 2D
Octal 73 254 106 102 0 73 41 176 61 55
Binary 111011 10101100 1000110 1000010 0 111011 100001 1111110 110001 101101

Color Harmonies of #3BAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC46

Black with #3BAC46

Text Example


Text Example

White with #3BAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,172,70); }

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

background-color css

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

 a { background-color: rgb(59,172,70); }

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

border-color css

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

 span { border-color: rgb(59,172,70); }

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