#385344

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

Shades of Plantation #385344

Tints of Plantation #385344

Color information

#385344 (or 0x385344) is unknown color: approx Plantation. HEX triplet: 38, 53 and 44. RGB value is (56,83,68). Sum of RGB (Red+Green+Blue) = 56+83+68=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #385344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385344 is #C7ACBB. Grayscale: #494949. Windows color (decimal): -13085884 or 4477752. OLE color: 4477752.

HSL color Cylindrical-coordinate representation of color #385344: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385344 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB568368-
CMYK0.3300.180.67
HSL146.67º19.42%27.25%-
HSV(B)146.67º32.53%32.55%-
XYZ5.777.446.6-
YUV73.22125.05115.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=27.05%
G=40.10%
B=32.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683680.3300.180.67146.6719.4227.25
Hex385344210124393131b
Octal70123104410221032232333
Binary111000101001110001001000010100101000011100100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385344; }

 p { color: rgb(56,83,68); }

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

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

 a { background-color: rgb(56,83,68); }

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

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

 span { border-color: rgb(56,83,68); }

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