#385845

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

Shades of Plantation #385845

Tints of Plantation #385845

Color information

#385845 (or 0x385845) is unknown color: approx Plantation. HEX triplet: 38, 58 and 45. RGB value is (56,88,69). Sum of RGB (Red+Green+Blue) = 56+88+69=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #385845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385845 is #C7A7BA. Grayscale: #4C4C4C. Windows color (decimal): -13084603 or 4544568. OLE color: 4544568.

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

Color convert

RGB568869-
CMYK0.3600.220.65
HSL144.38º22.22%28.24%-
HSV(B)144.38º36.36%34.51%-
XYZ6.198.256.9-
YUV76.27123.9113.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=26.29%
G=41.31%
B=32.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688690.3600.220.65144.3822.2228.24
Hex385845240164190161c
Octal70130105440261012202634
Binary111000101100010001011001000101101000001100100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385845; }

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

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

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

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

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

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

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

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