Html Css Color HEX #3DAC46 Fruit Salad

📋 copy color: '#3DAC46'

red 61 ◦ green 172 ◦ blue 70

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

Shades of Fruit Salad #3DAC46

Tints of Fruit Salad #3DAC46

RGB

 RED value IS 61 (24.22% from 255) = 20.13%

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

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

R = 20.13%
G = 56.77%
B = 23.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#3DAC46 (or 0x3DAC46) is known color: Fruit Salad. HEX triplet: 3D, AC and 46. RGB value is (61,172,70). Sum of RGB (Red+Green+Blue) = 61+172+70=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC46 is #C253B9. Grayscale: #7F7F7F. Windows color (decimal): -12735418 or 4631613. OLE color: 4631613.

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

Color convert

RGB 61 172 70 -
CMYK 0.65 0 0.59 0.33
HSL 124.86º 0.48% 0.46% -
HSV(B) 124.86º 0.65% 0.67% -
XYZ 17.78 30.94 10.83 -
YUV 127.18 95.73 80.79 -
System Red Green Blue C M Y K H S L
Decimal 61 172 70 0.65 0 0.59 0.33 124.86 0.48 0.46
Hex 3D AC 46 41 0 3B 21 7D 30 2E
Octal 75 254 106 101 0 73 41 175 60 56
Binary 111101 10101100 1000110 1000001 0 111011 100001 1111101 110000 101110

Color Harmonies of #3DAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC46

Black with #3DAC46

Text Example


Text Example

White with #3DAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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