#39684F

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

Shades of Plantation #39684F

Tints of Plantation #39684F

Color information

#39684F (or 0x39684F) is unknown color: approx Plantation. HEX triplet: 39, 68 and 4F. RGB value is (57,104,79). Sum of RGB (Red+Green+Blue) = 57+104+79=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #39684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39684F is #C697B0. Grayscale: #575757. Windows color (decimal): -13014961 or 5204025. OLE color: 5204025.

HSL color Cylindrical-coordinate representation of color #39684F: hue angle of 148.09º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39684F is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB5710479-
CMYK0.4500.240.59
HSL148.09º29.19%31.57%-
HSV(B)148.09º45.19%40.78%-
XYZ8.0511.349.16-
YUV87.1123.43106.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=23.75%
G=43.33%
B=32.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104790.4500.240.59148.0929.1931.57
Hex39684F2D0183B941d20
Octal7115011755030732243540
Binary111001110100010011111011010110001110111001010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,104,79); }

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

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

 a { background-color: rgb(57,104,79); }

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

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

 span { border-color: rgb(57,104,79); }

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