#3D8E44

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

Shades of Fruit Salad #3D8E44

Tints of Fruit Salad #3D8E44

Color information

#3D8E44 (or 0x3D8E44) is unknown color: approx Fruit Salad. HEX triplet: 3D, 8E and 44. RGB value is (61,142,68). Sum of RGB (Red+Green+Blue) = 61+142+68=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8E44 is #C271BB. Grayscale: #6D6D6D. Windows color (decimal): -12743100 or 4492861. OLE color: 4492861.

HSL color Cylindrical-coordinate representation of color #3D8E44: hue angle of 125.19º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8E44 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB6114268-
CMYK0.5700.520.44
HSL125.19º39.9%39.8%-
HSV(B)125.19º57.04%55.69%-
XYZ12.6420.768.81-
YUV109.34104.6693.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 142 (55.86% from 255) = 52.40%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=22.51%
G=52.40%
B=25.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61142680.5700.520.44125.1939.939.8
Hex3D8E44390342C7d2828
Octal7521610471064541755050
Binary11110110001110100010011100101101001011001111101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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