#385B4F

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

Shades of Spectra #385B4F

Tints of Spectra #385B4F

Color information

#385B4F (or 0x385B4F) is unknown color: approx Spectra. HEX triplet: 38, 5B and 4F. RGB value is (56,91,79). Sum of RGB (Red+Green+Blue) = 56+91+79=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #385B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B4F is #C7A4B0. Grayscale: #4F4F4F. Windows color (decimal): -13083825 or 5200696. OLE color: 5200696.

HSL color Cylindrical-coordinate representation of color #385B4F: hue angle of 159.43º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B4F is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB569179-
CMYK0.3800.130.64
HSL159.43º23.81%28.82%-
HSV(B)159.43º38.46%35.69%-
XYZ6.788.898.76-
YUV79.17127.9111.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=24.78%
G=40.27%
B=34.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691790.3800.130.64159.4323.8128.82
Hex385B4F260D409f181d
Octal70133117460151002373035
Binary11100010110111001111100110011011000000100111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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