#385044

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

Shades of Plantation #385044

Tints of Plantation #385044

Color information

#385044 (or 0x385044) is unknown color: approx Plantation. HEX triplet: 38, 50 and 44. RGB value is (56,80,68). Sum of RGB (Red+Green+Blue) = 56+80+68=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #385044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385044 is #C7AFBB. Grayscale: #474747. Windows color (decimal): -13086652 or 4476984. OLE color: 4476984.

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

Color convert

RGB568068-
CMYK0.3000.150.69
HSL150º17.65%26.67%-
HSV(B)150º30%31.37%-
XYZ5.5476.53-
YUV71.46126.05116.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=27.45%
G=39.22%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680680.3000.150.6915017.6526.67
Hex3850441E0F4596121b
Octal70120104360171052262233
Binary1110001010000100010011110011111000101100101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385044; }

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

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

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

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

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

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

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

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