#386451

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

Shades of Spectra #386451

Tints of Spectra #386451

Color information

#386451 (or 0x386451) is unknown color: approx Spectra. HEX triplet: 38, 64 and 51. RGB value is (56,100,81). Sum of RGB (Red+Green+Blue) = 56+100+81=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #386451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386451 is #C79BAE. Grayscale: #545454. Windows color (decimal): -13081519 or 5334072. OLE color: 5334072.

HSL color Cylindrical-coordinate representation of color #386451: hue angle of 154.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #386451 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB5610081-
CMYK0.4400.190.61
HSL154.09º28.21%30.59%-
HSV(B)154.09º44%39.22%-
XYZ7.6710.559.42-
YUV84.68125.92107.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=23.63%
G=42.19%
B=34.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100810.4400.190.61154.0928.2130.59
Hex3864512C0133D9a1c1f
Octal7014412154023752323437
Binary11100011001001010001101100010011111101100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386451; }

 p { color: rgb(56,100,81); }

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

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

 a { background-color: rgb(56,100,81); }

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

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

 span { border-color: rgb(56,100,81); }

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