#3DB545

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

Shades of Fruit Salad #3DB545

Tints of Fruit Salad #3DB545

Color information

#3DB545 (or 0x3DB545) is unknown color: approx Fruit Salad. HEX triplet: 3D, B5 and 45. RGB value is (61,181,69). Sum of RGB (Red+Green+Blue) = 61+181+69=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB545 is #C24ABA. Grayscale: #848484. Windows color (decimal): -12733115 or 4568381. OLE color: 4568381.

HSL color Cylindrical-coordinate representation of color #3DB545: hue angle of 124º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB545 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB6118169-
CMYK0.6600.620.29
HSL124º49.59%47.45%-
HSV(B)124º66.3%70.98%-
XYZ19.5234.4711.25-
YUV132.3592.2477.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 181 (71.09% from 255) = 58.20%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=19.61%
G=58.20%
B=22.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61181690.6600.620.2912449.5947.45
Hex3DB5454203E1D7c322f
Octal75265105102076351746257
Binary11110110110101100010110000100111110111011111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,181,69); }

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

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

 a { background-color: rgb(61,181,69); }

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

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

 span { border-color: rgb(61,181,69); }

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