#385D50

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

Shades of Spectra #385D50

Tints of Spectra #385D50

Color information

#385D50 (or 0x385D50) is unknown color: approx Spectra. HEX triplet: 38, 5D and 50. RGB value is (56,93,80). Sum of RGB (Red+Green+Blue) = 56+93+80=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #385D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D50 is #C7A2AF. Grayscale: #505050. Windows color (decimal): -13083312 or 5266744. OLE color: 5266744.

HSL color Cylindrical-coordinate representation of color #385D50: hue angle of 158.92º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D50 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB569380-
CMYK0.4000.140.64
HSL158.92º24.83%29.22%-
HSV(B)158.92º39.78%36.47%-
XYZ6.999.259.01-
YUV80.46127.74110.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=24.45%
G=40.61%
B=34.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693800.4000.140.64158.9224.8329.22
Hex385D50280E409f191d
Octal70135120500161002373135
Binary11100010111011010000101000011101000000100111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D50; }

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

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

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

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

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

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

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

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