#39953E

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

Shades of Fruit Salad #39953E

Tints of Fruit Salad #39953E

Color information

#39953E (or 0x39953E) is unknown color: approx Fruit Salad. HEX triplet: 39, 95 and 3E. RGB value is (57,149,62). Sum of RGB (Red+Green+Blue) = 57+149+62=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #39953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39953E is #C66AC1. Grayscale: #6F6F6F. Windows color (decimal): -13003458 or 4101433. OLE color: 4101433.

HSL color Cylindrical-coordinate representation of color #39953E: hue angle of 123.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39953E is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5714962-
CMYK0.6200.580.42
HSL123.26º44.66%40.39%-
HSV(B)123.26º61.74%58.43%-
XYZ13.322.718.24-
YUV111.57100.0289.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 149 (58.59% from 255) = 55.60%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=21.27%
G=55.60%
B=23.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57149620.6200.580.42123.2644.6640.39
Hex39953E3E03A2A7b2d28
Octal712257676072521735550
Binary1110011001010111111011111001110101010101111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39953E; }

 p { color: rgb(57,149,62); }

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

<style>
 a { background-color: #39953E; }

 a { background-color: rgb(57,149,62); }

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

<style>
 span { border-color: #39953E; }

 span { border-color: rgb(57,149,62); }

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