#3DB944

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

Shades of Fruit Salad #3DB944

Tints of Fruit Salad #3DB944

Color information

#3DB944 (or 0x3DB944) is unknown color: approx Fruit Salad. HEX triplet: 3D, B9 and 44. RGB value is (61,185,68). Sum of RGB (Red+Green+Blue) = 61+185+68=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB944 is #C246BB. Grayscale: #868686. Windows color (decimal): -12732092 or 4503869. OLE color: 4503869.

HSL color Cylindrical-coordinate representation of color #3DB944: hue angle of 123.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB944 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB6118568-
CMYK0.6700.630.27
HSL123.39º50.41%48.24%-
HSV(B)123.39º67.03%72.55%-
XYZ20.3236.1111.37-
YUV134.5990.4275.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 185 (72.66% from 255) = 58.92%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=19.43%
G=58.92%
B=21.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61185680.6700.630.27123.3950.4148.24
Hex3DB9444303F1B7b3230
Octal75271104103077331736260
Binary11110110111001100010010000110111111110111111011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,68); }

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

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

 a { background-color: rgb(61,185,68); }

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

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

 span { border-color: rgb(61,185,68); }

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