#385D4E

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

Shades of Spectra #385D4E

Tints of Spectra #385D4E

Color information

#385D4E (or 0x385D4E) is unknown color: approx Spectra. HEX triplet: 38, 5D and 4E. RGB value is (56,93,78). Sum of RGB (Red+Green+Blue) = 56+93+78=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #385D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D4E is #C7A2B1. Grayscale: #505050. Windows color (decimal): -13083314 or 5135672. OLE color: 5135672.

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

Color convert

RGB569378-
CMYK0.4000.160.64
HSL155.68º24.83%29.22%-
HSV(B)155.68º39.78%36.47%-
XYZ6.929.228.62-
YUV80.23126.74110.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=24.67%
G=40.97%
B=34.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693780.4000.160.64155.6824.8329.22
Hex385D4E28010409c191d
Octal70135116500201002343135
Binary111000101110110011101010000100001000000100111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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