#386351

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

Shades of Spectra #386351

Tints of Spectra #386351

Color information

#386351 (or 0x386351) is unknown color: approx Spectra. HEX triplet: 38, 63 and 51. RGB value is (56,99,81). Sum of RGB (Red+Green+Blue) = 56+99+81=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #386351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386351 is #C79CAE. Grayscale: #545454. Windows color (decimal): -13081775 or 5333816. OLE color: 5333816.

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

Color convert

RGB569981-
CMYK0.4300.180.61
HSL154.88º27.74%30.39%-
HSV(B)154.88º43.43%38.82%-
XYZ7.5810.369.38-
YUV84.09126.25107.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=23.73%
G=41.95%
B=34.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699810.4300.180.61154.8827.7430.39
Hex3863512B0123D9b1c1e
Octal7014312153022752333436
Binary11100011000111010001101011010010111101100110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386351; }

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

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

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

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

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

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

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

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