#3DB041

Color #3DB041 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3DB041

Tints of Fruit Salad #3DB041

Color information

#3DB041 (or 0x3DB041) is unknown color: approx Fruit Salad. HEX triplet: 3D, B0 and 41. RGB value is (61,176,65). Sum of RGB (Red+Green+Blue) = 61+176+65=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB041 is #C24FBE. Grayscale: #818181. Windows color (decimal): -12734399 or 4304957. OLE color: 4304957.

HSL color Cylindrical-coordinate representation of color #3DB041: hue angle of 122.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB041 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB6117665-
CMYK0.6500.630.31
HSL122.09º48.52%46.47%-
HSV(B)122.09º65.34%69.02%-
XYZ18.432.4210.29-
YUV128.9691.979.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 176 (69.14% from 255) = 58.28%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=20.20%
G=58.28%
B=21.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61176650.6500.630.31122.0948.5246.47
Hex3DB0414103F1F7a312e
Octal75260101101077371726156
Binary11110110110000100000110000010111111111111111010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DB041;
 }
 .AnyTagClassName
 {
   color: #3DB041;
 }
</style>
background-color css

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

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

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

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

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

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