#395245

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

Shades of Plantation #395245

Tints of Plantation #395245

Color information

#395245 (or 0x395245) is unknown color: approx Plantation. HEX triplet: 39, 52 and 45. RGB value is (57,82,69). Sum of RGB (Red+Green+Blue) = 57+82+69=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #395245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395245 is #C6ADBA. Grayscale: #494949. Windows color (decimal): -13020603 or 4543033. OLE color: 4543033.

HSL color Cylindrical-coordinate representation of color #395245: hue angle of 148.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395245 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB578269-
CMYK0.3000.160.68
HSL148.8º17.99%27.25%-
HSV(B)148.8º30.49%32.16%-
XYZ5.787.336.74-
YUV73.04125.72116.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=27.40%
G=39.42%
B=33.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782690.3000.160.68148.817.9927.25
Hex3952451E0104495121b
Octal71122105360201042252233
Binary11100110100101000101111100100001000100100101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395245; }

 p { color: rgb(57,82,69); }

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

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

 a { background-color: rgb(57,82,69); }

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

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

 span { border-color: rgb(57,82,69); }

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