Html Css Color HEX #3DB441 Fruit Salad

📋 copy color: '#3DB441'

red 61 ◦ green 180 ◦ blue 65

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

Shades of Fruit Salad #3DB441

Tints of Fruit Salad #3DB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.82%

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

R = 19.93%
G = 58.82%
B = 21.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#3DB441 (or 0x3DB441) is known color: Fruit Salad. HEX triplet: 3D, B4 and 41. RGB value is (61,180,65). Sum of RGB (Red+Green+Blue) = 61+180+65=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB441 is #C24BBE. Grayscale: #838383. Windows color (decimal): -12733375 or 4305981. OLE color: 4305981.

HSL color Cylindrical-coordinate representation of color #3DB441: hue angle of 122.02º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB441 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 65 -
CMYK 0.66 0 0.64 0.29
HSL 122.02º 0.49% 0.47% -
HSV(B) 122.02º 0.66% 0.71% -
XYZ 19.2 34.02 10.55 -
YUV 131.31 90.58 77.85 -
System Red Green Blue C M Y K H S L
Decimal 61 180 65 0.66 0 0.64 0.29 122.02 0.49 0.47
Hex 3D B4 41 42 0 40 1D 7A 31 2F
Octal 75 264 101 102 0 100 35 172 61 57
Binary 111101 10110100 1000001 1000010 0 1000000 11101 1111010 110001 101111

Color Harmonies of #3DB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB441

Black with #3DB441

Text Example


Text Example

White with #3DB441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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