Html Css Color HEX #3DAA41 Fruit Salad

📋 copy color: '#3DAA41'

red 61 ◦ green 170 ◦ blue 65

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

Shades of Fruit Salad #3DAA41

Tints of Fruit Salad #3DAA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.43%

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

R = 20.61%
G = 57.43%
B = 21.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#3DAA41 (or 0x3DAA41) is known color: Fruit Salad. HEX triplet: 3D, AA and 41. RGB value is (61,170,65). Sum of RGB (Red+Green+Blue) = 61+170+65=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAA41 is #C255BE. Grayscale: #7D7D7D. Windows color (decimal): -12735935 or 4303421. OLE color: 4303421.

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

Color convert

RGB 61 170 65 -
CMYK 0.64 0 0.62 0.33
HSL 122.2º 0.47% 0.45% -
HSV(B) 122.2º 0.64% 0.67% -
XYZ 17.25 30.12 9.91 -
YUV 125.44 93.89 82.04 -
System Red Green Blue C M Y K H S L
Decimal 61 170 65 0.64 0 0.62 0.33 122.2 0.47 0.45
Hex 3D AA 41 40 0 3E 21 7A 2F 2D
Octal 75 252 101 100 0 76 41 172 57 55
Binary 111101 10101010 1000001 1000000 0 111110 100001 1111010 101111 101101

Color Harmonies of #3DAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAA41

Black with #3DAA41

Text Example


Text Example

White with #3DAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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