#39594B

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

Shades of Plantation #39594B

Tints of Plantation #39594B

Color information

#39594B (or 0x39594B) is unknown color: approx Plantation. HEX triplet: 39, 59 and 4B. RGB value is (57,89,75). Sum of RGB (Red+Green+Blue) = 57+89+75=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #39594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39594B is #C6A6B4. Grayscale: #4D4D4D. Windows color (decimal): -13018805 or 4938041. OLE color: 4938041.

HSL color Cylindrical-coordinate representation of color #39594B: hue angle of 153.75º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39594B is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB578975-
CMYK0.3600.160.65
HSL153.75º21.92%28.63%-
HSV(B)153.75º35.96%34.9%-
XYZ6.538.527.96-
YUV77.84126.4113.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=25.79%
G=40.27%
B=33.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789750.3600.160.65153.7521.9228.63
Hex39594B24010419a161d
Octal71131113440201012322635
Binary111001101100110010111001000100001000001100110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39594B; }

 p { color: rgb(57,89,75); }

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

<style>
 a { background-color: #39594B; }

 a { background-color: rgb(57,89,75); }

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

<style>
 span { border-color: #39594B; }

 span { border-color: rgb(57,89,75); }

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