#3D993C

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

Shades of Fruit Salad #3D993C

Tints of Fruit Salad #3D993C

Color information

#3D993C (or 0x3D993C) is unknown color: approx Fruit Salad. HEX triplet: 3D, 99 and 3C. RGB value is (61,153,60). Sum of RGB (Red+Green+Blue) = 61+153+60=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #3D993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D993C is #C266C3. Grayscale: #737373. Windows color (decimal): -12740292 or 3971389. OLE color: 3971389.

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

Color convert

RGB6115360-
CMYK0.6000.610.4
HSL119.35º43.66%41.76%-
HSV(B)119.35º60.78%60%-
XYZ14.1324.18.18-
YUV114.8997.0289.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.26%
GREEN value IS 153 (60.16% from 255) = 55.84%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=22.26%
G=55.84%
B=21.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61153600.6000.610.4119.3543.6641.76
Hex3D993C3C03D28772c2a
Octal752317474075501675452
Binary1111011001100111110011110001111011010001110111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,60); }

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

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

 a { background-color: rgb(61,153,60); }

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

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

 span { border-color: rgb(61,153,60); }

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