#3DB844

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

Shades of Fruit Salad #3DB844

Tints of Fruit Salad #3DB844

Color information

#3DB844 (or 0x3DB844) is unknown color: approx Fruit Salad. HEX triplet: 3D, B8 and 44. RGB value is (61,184,68). Sum of RGB (Red+Green+Blue) = 61+184+68=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB844 is #C247BB. Grayscale: #868686. Windows color (decimal): -12732348 or 4503613. OLE color: 4503613.

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

Color convert

RGB6118468-
CMYK0.6700.630.28
HSL123.41º50.2%48.04%-
HSV(B)123.41º66.85%72.16%-
XYZ20.1135.6911.3-
YUV13490.7575.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 184 (72.27% from 255) = 58.79%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=19.49%
G=58.79%
B=21.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61184680.6700.630.28123.4150.248.04
Hex3DB8444303F1C7b3230
Octal75270104103077341736260
Binary11110110111000100010010000110111111111001111011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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