Html Css Color HEX #3DAC48 Fruit Salad

📋 copy color: '#3DAC48'

red 61 ◦ green 172 ◦ blue 72

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

Shades of Fruit Salad #3DAC48

Tints of Fruit Salad #3DAC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 20%
G = 56.39%
B = 23.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#3DAC48 (or 0x3DAC48) is known color: Fruit Salad. HEX triplet: 3D, AC and 48. RGB value is (61,172,72). Sum of RGB (Red+Green+Blue) = 61+172+72=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC48 is #C253B7. Grayscale: #7F7F7F. Windows color (decimal): -12735416 or 4762685. OLE color: 4762685.

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

Color convert

RGB 61 172 72 -
CMYK 0.65 0 0.58 0.33
HSL 125.95º 0.48% 0.46% -
HSV(B) 125.95º 0.65% 0.67% -
XYZ 17.85 30.97 11.17 -
YUV 127.41 96.73 80.63 -
System Red Green Blue C M Y K H S L
Decimal 61 172 72 0.65 0 0.58 0.33 125.95 0.48 0.46
Hex 3D AC 48 41 0 3A 21 7E 30 2E
Octal 75 254 110 101 0 72 41 176 60 56
Binary 111101 10101100 1001000 1000001 0 111010 100001 1111110 110000 101110

Color Harmonies of #3DAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC48

Black with #3DAC48

Text Example


Text Example

White with #3DAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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