#39674B

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

Shades of Plantation #39674B

Tints of Plantation #39674B

Color information

#39674B (or 0x39674B) is unknown color: approx Plantation. HEX triplet: 39, 67 and 4B. RGB value is (57,103,75). Sum of RGB (Red+Green+Blue) = 57+103+75=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #39674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39674B is #C698B4. Grayscale: #565656. Windows color (decimal): -13015221 or 4941625. OLE color: 4941625.

HSL color Cylindrical-coordinate representation of color #39674B: hue angle of 143.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39674B is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB5710375-
CMYK0.4500.270.60
HSL143.48º28.75%31.37%-
HSV(B)143.48º44.66%40.39%-
XYZ7.8111.088.38-
YUV86.05121.76107.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 103 (40.62% from 255) = 43.83%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=24.26%
G=43.83%
B=31.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103750.4500.270.60143.4828.7531.37
Hex39674B2D01B3C8f1d1f
Octal7114711355033742173537
Binary11100111001111001011101101011011111100100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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