Html Css Color HEX #3DA141 Fruit Salad

📋 copy color: '#3DA141'

red 61 ◦ green 161 ◦ blue 65

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

Shades of Fruit Salad #3DA141

Tints of Fruit Salad #3DA141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.1%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 21.25%
G = 56.1%
B = 22.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#3DA141 (or 0x3DA141) is known color: Fruit Salad. HEX triplet: 3D, A1 and 41. RGB value is (61,161,65). Sum of RGB (Red+Green+Blue) = 61+161+65=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA141 is #C25EBE. Grayscale: #787878. Windows color (decimal): -12738239 or 4301117. OLE color: 4301117.

HSL color Cylindrical-coordinate representation of color #3DA141: hue angle of 122.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA141 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 161 65 -
CMYK 0.62 0 0.60 0.37
HSL 122.4º 0.45% 0.44% -
HSV(B) 122.4º 0.62% 0.63% -
XYZ 15.62 26.86 9.36 -
YUV 120.16 96.87 85.81 -
System Red Green Blue C M Y K H S L
Decimal 61 161 65 0.62 0 0.60 0.37 122.4 0.45 0.44
Hex 3D A1 41 3E 0 3C 25 7A 2D 2C
Octal 75 241 101 76 0 74 45 172 55 54
Binary 111101 10100001 1000001 111110 0 111100 100101 1111010 101101 101100

Color Harmonies of #3DA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA141

Black with #3DA141

Text Example


Text Example

White with #3DA141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,161,65); }

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

background-color css

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

 a { background-color: rgb(61,161,65); }

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

border-color css

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

 span { border-color: rgb(61,161,65); }

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