#385449

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

Shades of Spectra #385449

Tints of Spectra #385449

Color information

#385449 (or 0x385449) is unknown color: approx Spectra. HEX triplet: 38, 54 and 49. RGB value is (56,84,73). Sum of RGB (Red+Green+Blue) = 56+84+73=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #385449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385449 is #C7ABB6. Grayscale: #4A4A4A. Windows color (decimal): -13085623 or 4805688. OLE color: 4805688.

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

Color convert

RGB568473-
CMYK0.3300.130.67
HSL156.43º20%27.45%-
HSV(B)156.43º33.33%32.94%-
XYZ67.667.47-
YUV74.37127.22114.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=26.29%
G=39.44%
B=34.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684730.3300.130.67156.432027.45
Hex385449210D439c141b
Octal70124111410151032342433
Binary11100010101001001001100001011011000011100111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385449; }

 p { color: rgb(56,84,73); }

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

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

 a { background-color: rgb(56,84,73); }

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

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

 span { border-color: rgb(56,84,73); }

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