Html Css Color HEX #3DAB49 Fruit Salad

📋 copy color: '#3DAB49'

red 61 ◦ green 171 ◦ blue 73

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

Shades of Fruit Salad #3DAB49

Tints of Fruit Salad #3DAB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.07%

 BLUE value IS 73 (28.91% from 255) = 23.93%

R = 20%
G = 56.07%
B = 23.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#3DAB49 (or 0x3DAB49) is known color: Fruit Salad. HEX triplet: 3D, AB and 49. RGB value is (61,171,73). Sum of RGB (Red+Green+Blue) = 61+171+73=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB49 is #C254B6. Grayscale: #7F7F7F. Windows color (decimal): -12735671 or 4827965. OLE color: 4827965.

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

Color convert

RGB 61 171 73 -
CMYK 0.64 0 0.57 0.33
HSL 126.55º 0.47% 0.45% -
HSV(B) 126.55º 0.64% 0.67% -
XYZ 17.69 30.6 11.28 -
YUV 126.94 97.56 80.97 -
System Red Green Blue C M Y K H S L
Decimal 61 171 73 0.64 0 0.57 0.33 126.55 0.47 0.45
Hex 3D AB 49 40 0 39 21 7F 2F 2D
Octal 75 253 111 100 0 71 41 177 57 55
Binary 111101 10101011 1001001 1000000 0 111001 100001 1111111 101111 101101

Color Harmonies of #3DAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB49

Black with #3DAB49

Text Example


Text Example

White with #3DAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,171,73); }

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

background-color css

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

 a { background-color: rgb(61,171,73); }

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

border-color css

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

 span { border-color: rgb(61,171,73); }

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