#3DB146

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

Shades of Fruit Salad #3DB146

Tints of Fruit Salad #3DB146

Color information

#3DB146 (or 0x3DB146) is unknown color: approx Fruit Salad. HEX triplet: 3D, B1 and 46. RGB value is (61,177,70). Sum of RGB (Red+Green+Blue) = 61+177+70=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB146 is #C24EB9. Grayscale: #828282. Windows color (decimal): -12734138 or 4632893. OLE color: 4632893.

HSL color Cylindrical-coordinate representation of color #3DB146: hue angle of 124.66º 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 #3DB146 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB6117770-
CMYK0.6600.600.31
HSL124.66º48.74%46.67%-
HSV(B)124.66º65.54%69.41%-
XYZ18.7532.8811.15-
YUV130.1294.0778.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 177 (69.53% from 255) = 57.47%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=19.81%
G=57.47%
B=22.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61177700.6600.600.31124.6648.7446.67
Hex3DB1464203C1F7d312f
Octal75261106102074371756157
Binary11110110110001100011010000100111100111111111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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