#385F4F

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

Shades of Spectra #385F4F

Tints of Spectra #385F4F

Color information

#385F4F (or 0x385F4F) is unknown color: approx Spectra. HEX triplet: 38, 5F and 4F. RGB value is (56,95,79). Sum of RGB (Red+Green+Blue) = 56+95+79=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #385F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F4F is #C7A0B0. Grayscale: #515151. Windows color (decimal): -13082801 or 5201720. OLE color: 5201720.

HSL color Cylindrical-coordinate representation of color #385F4F: hue angle of 155.38º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F4F is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB569579-
CMYK0.4100.170.63
HSL155.38º25.83%29.61%-
HSV(B)155.38º41.05%37.25%-
XYZ7.139.598.87-
YUV81.51126.58109.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=24.35%
G=41.30%
B=34.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5695790.4100.170.63155.3825.8329.61
Hex385F4F290113F9b1a1e
Octal7013711751021772333236
Binary11100010111111001111101001010001111111100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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