#3D983B

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

Shades of Fruit Salad #3D983B

Tints of Fruit Salad #3D983B

Color information

#3D983B (or 0x3D983B) is unknown color: approx Fruit Salad. HEX triplet: 3D, 98 and 3B. RGB value is (61,152,59). Sum of RGB (Red+Green+Blue) = 61+152+59=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #3D983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D983B is #C267C4. Grayscale: #727272. Windows color (decimal): -12740549 or 3905597. OLE color: 3905597.

HSL color Cylindrical-coordinate representation of color #3D983B: hue angle of 118.71º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D983B is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB6115259-
CMYK0.6000.610.40
HSL118.71º44.08%41.37%-
HSV(B)118.71º61.18%59.61%-
XYZ13.9423.767.99-
YUV114.1996.8590.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=22.43%
G=55.88%
B=21.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61152590.6000.610.40118.7144.0841.37
Hex3D983B3C03D28772c29
Octal752307374075501675451
Binary1111011001100011101111110001111011010001110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,152,59); }

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

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

 a { background-color: rgb(61,152,59); }

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

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

 span { border-color: rgb(61,152,59); }

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