#3DB742

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

Shades of Fruit Salad #3DB742

Tints of Fruit Salad #3DB742

Color information

#3DB742 (or 0x3DB742) is unknown color: approx Fruit Salad. HEX triplet: 3D, B7 and 42. RGB value is (61,183,66). Sum of RGB (Red+Green+Blue) = 61+183+66=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB742 is #C248BD. Grayscale: #858585. Windows color (decimal): -12732606 or 4372285. OLE color: 4372285.

HSL color Cylindrical-coordinate representation of color #3DB742: hue angle of 122.46º 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 #3DB742 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB6118366-
CMYK0.6700.640.28
HSL122.46º50%47.84%-
HSV(B)122.46º66.67%71.76%-
XYZ19.8435.2510.91-
YUV133.1890.0876.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.68%
GREEN value IS 183 (71.88% from 255) = 59.03%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=19.68%
G=59.03%
B=21.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61183660.6700.640.28122.465047.84
Hex3DB742430401C7a3230
Octal752671021030100341726260
Binary111101101101111000010100001101000000111001111010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,183,66); }

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

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

 a { background-color: rgb(61,183,66); }

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

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

 span { border-color: rgb(61,183,66); }

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