#385345

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

Shades of Plantation #385345

Tints of Plantation #385345

Color information

#385345 (or 0x385345) is unknown color: approx Plantation. HEX triplet: 38, 53 and 45. RGB value is (56,83,69). Sum of RGB (Red+Green+Blue) = 56+83+69=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #385345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385345 is #C7ACBA. Grayscale: #494949. Windows color (decimal): -13085883 or 4543288. OLE color: 4543288.

HSL color Cylindrical-coordinate representation of color #385345: hue angle of 148.89º 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 #385345 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB568369-
CMYK0.3300.170.67
HSL148.89º19.42%27.25%-
HSV(B)148.89º32.53%32.55%-
XYZ5.87.466.76-
YUV73.33125.55115.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=26.92%
G=39.90%
B=33.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683690.3300.170.67148.8919.4227.25
Hex385345210114395131b
Octal70123105410211032252333
Binary111000101001110001011000010100011000011100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385345; }

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

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

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

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

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

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

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

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