Html Css Color HEX #3DAB41 Fruit Salad

📋 copy color: '#3DAB41'

red 61 ◦ green 171 ◦ blue 65

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

Shades of Fruit Salad #3DAB41

Tints of Fruit Salad #3DAB41

RGB

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

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

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

R = 20.54%
G = 57.58%
B = 21.89%

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

#3DAB41 (or 0x3DAB41) is known color: Fruit Salad. HEX triplet: 3D, AB and 41. RGB value is (61,171,65). Sum of RGB (Red+Green+Blue) = 61+171+65=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB41 is #C254BE. Grayscale: #7E7E7E. Windows color (decimal): -12735679 or 4303677. OLE color: 4303677.

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

Color convert

RGB 61 171 65 -
CMYK 0.64 0 0.62 0.33
HSL 122.18º 0.47% 0.45% -
HSV(B) 122.18º 0.64% 0.67% -
XYZ 17.44 30.5 9.97 -
YUV 126.03 93.56 81.62 -
System Red Green Blue C M Y K H S L
Decimal 61 171 65 0.64 0 0.62 0.33 122.18 0.47 0.45
Hex 3D AB 41 40 0 3E 21 7A 2F 2D
Octal 75 253 101 100 0 76 41 172 57 55
Binary 111101 10101011 1000001 1000000 0 111110 100001 1111010 101111 101101

Color Harmonies of #3DAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB41

Black with #3DAB41

Text Example


Text Example

White with #3DAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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