#39684D

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

Shades of Plantation #39684D

Tints of Plantation #39684D

Color information

#39684D (or 0x39684D) is unknown color: approx Plantation. HEX triplet: 39, 68 and 4D. RGB value is (57,104,77). Sum of RGB (Red+Green+Blue) = 57+104+77=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #39684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39684D is #C697B2. Grayscale: #565656. Windows color (decimal): -13014963 or 5072953. OLE color: 5072953.

HSL color Cylindrical-coordinate representation of color #39684D: hue angle of 145.53º 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 #39684D is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB5710477-
CMYK0.4500.260.59
HSL145.53º29.19%31.57%-
HSV(B)145.53º45.19%40.78%-
XYZ7.9811.318.78-
YUV86.87122.43106.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=23.95%
G=43.70%
B=32.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104770.4500.260.59145.5329.1931.57
Hex39684D2D01A3B921d20
Octal7115011555032732223540
Binary111001110100010011011011010110101110111001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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