#39913F

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

Shades of Fruit Salad #39913F

Tints of Fruit Salad #39913F

Color information

#39913F (or 0x39913F) is unknown color: approx Fruit Salad. HEX triplet: 39, 91 and 3F. RGB value is (57,145,63). Sum of RGB (Red+Green+Blue) = 57+145+63=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #39913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39913F is #C66EC0. Grayscale: #6D6D6D. Windows color (decimal): -13004481 or 4165945. OLE color: 4165945.

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

Color convert

RGB5714563-
CMYK0.6100.570.43
HSL124.09º43.56%39.61%-
HSV(B)124.09º60.69%56.86%-
XYZ12.7121.488.18-
YUV109.34101.8590.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 145 (57.03% from 255) = 54.72%
BLUE value IS 63 (25% from 255) = 23.77%
R=21.51%
G=54.72%
B=23.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145630.6100.570.43124.0943.5639.61
Hex39913F3D0392B7c2c28
Octal712217775071531745450
Binary1110011001000111111111110101110011010111111100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39913F; }

 p { color: rgb(57,145,63); }

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

<style>
 a { background-color: #39913F; }

 a { background-color: rgb(57,145,63); }

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

<style>
 span { border-color: #39913F; }

 span { border-color: rgb(57,145,63); }

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