Html Css Color HEX #3DB341 Fruit Salad

📋 copy color: '#3DB341'

red 61 ◦ green 179 ◦ blue 65

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

Shades of Fruit Salad #3DB341

Tints of Fruit Salad #3DB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.69%

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

R = 20%
G = 58.69%
B = 21.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#3DB341 (or 0x3DB341) is known color: Fruit Salad. HEX triplet: 3D, B3 and 41. RGB value is (61,179,65). Sum of RGB (Red+Green+Blue) = 61+179+65=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB341 is #C24CBE. Grayscale: #838383. Windows color (decimal): -12733631 or 4305725. OLE color: 4305725.

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

Color convert

RGB 61 179 65 -
CMYK 0.66 0 0.64 0.30
HSL 122.03º 0.49% 0.47% -
HSV(B) 122.03º 0.66% 0.7% -
XYZ 19 33.61 10.49 -
YUV 130.72 90.91 78.27 -
System Red Green Blue C M Y K H S L
Decimal 61 179 65 0.66 0 0.64 0.30 122.03 0.49 0.47
Hex 3D B3 41 42 0 40 1E 7A 31 2F
Octal 75 263 101 102 0 100 36 172 61 57
Binary 111101 10110011 1000001 1000010 0 1000000 11110 1111010 110001 101111

Color Harmonies of #3DB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB341

Black with #3DB341

Text Example


Text Example

White with #3DB341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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