#3DB141

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

Shades of Fruit Salad #3DB141

Tints of Fruit Salad #3DB141

Color information

#3DB141 (or 0x3DB141) is unknown color: approx Fruit Salad. HEX triplet: 3D, B1 and 41. RGB value is (61,177,65). Sum of RGB (Red+Green+Blue) = 61+177+65=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB141 is #C24EBE. Grayscale: #818181. Windows color (decimal): -12734143 or 4305213. OLE color: 4305213.

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

Color convert

RGB6117765-
CMYK0.6600.630.31
HSL122.07º48.74%46.67%-
HSV(B)122.07º65.54%69.41%-
XYZ18.632.8210.36-
YUV129.5591.5779.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=20.13%
G=58.42%
B=21.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61177650.6600.630.31122.0748.7446.67
Hex3DB1414203F1F7a312f
Octal75261101102077371726157
Binary11110110110001100000110000100111111111111111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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