#39684A

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

Shades of Plantation #39684A

Tints of Plantation #39684A

Color information

#39684A (or 0x39684A) is unknown color: approx Plantation. HEX triplet: 39, 68 and 4A. RGB value is (57,104,74). Sum of RGB (Red+Green+Blue) = 57+104+74=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #39684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39684A is #C697B5. Grayscale: #565656. Windows color (decimal): -13014966 or 4876345. OLE color: 4876345.

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

Color convert

RGB5710474-
CMYK0.4500.290.59
HSL141.7º29.19%31.57%-
HSV(B)141.7º45.19%40.78%-
XYZ7.8711.268.24-
YUV86.53120.93106.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=24.26%
G=44.26%
B=31.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104740.4500.290.59141.729.1931.57
Hex39684A2D01D3B8e1d20
Octal7115011255035732163540
Binary111001110100010010101011010111011110111000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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