#39584B

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

Shades of Plantation #39584B

Tints of Plantation #39584B

Color information

#39584B (or 0x39584B) is unknown color: approx Plantation. HEX triplet: 39, 58 and 4B. RGB value is (57,88,75). Sum of RGB (Red+Green+Blue) = 57+88+75=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #39584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39584B is #C6A7B4. Grayscale: #4D4D4D. Windows color (decimal): -13019061 or 4937785. OLE color: 4937785.

HSL color Cylindrical-coordinate representation of color #39584B: hue angle of 154.84º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #39584B is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB578875-
CMYK0.3500.150.65
HSL154.84º21.38%28.43%-
HSV(B)154.84º35.23%34.51%-
XYZ6.458.367.93-
YUV77.25126.73113.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=25.91%
G=40%
B=34.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788750.3500.150.65154.8421.3828.43
Hex39584B230F419b151c
Octal71130113430171012332534
Binary11100110110001001011100011011111000001100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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