#385D4F

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

Shades of Spectra #385D4F

Tints of Spectra #385D4F

Color information

#385D4F (or 0x385D4F) is unknown color: approx Spectra. HEX triplet: 38, 5D and 4F. RGB value is (56,93,79). Sum of RGB (Red+Green+Blue) = 56+93+79=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #385D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D4F is #C7A2B0. Grayscale: #505050. Windows color (decimal): -13083313 or 5201208. OLE color: 5201208.

HSL color Cylindrical-coordinate representation of color #385D4F: hue angle of 157.3º 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 #385D4F is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB569379-
CMYK0.4000.150.64
HSL157.3º24.83%29.22%-
HSV(B)157.3º39.78%36.47%-
XYZ6.969.238.81-
YUV80.34127.24110.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=24.56%
G=40.79%
B=34.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693790.4000.150.64157.324.8329.22
Hex385D4F280F409d191d
Octal70135117500171002353135
Binary11100010111011001111101000011111000000100111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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