#386156

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

Shades of Spectra #386156

Tints of Spectra #386156

Color information

#386156 (or 0x386156) is unknown color: approx Spectra. HEX triplet: 38, 61 and 56. RGB value is (56,97,86). Sum of RGB (Red+Green+Blue) = 56+97+86=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #386156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386156 is #C79EA9. Grayscale: #535353. Windows color (decimal): -13082282 or 5660984. OLE color: 5660984.

HSL color Cylindrical-coordinate representation of color #386156: hue angle of 163.9º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386156 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB569786-
CMYK0.4200.110.62
HSL163.9º26.8%30%-
HSV(B)163.9º42.27%38.04%-
XYZ7.5910.0610.35-
YUV83.49129.42108.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=23.43%
G=40.59%
B=35.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697860.4200.110.62163.926.830
Hex3861562A0B3Ea41b1e
Octal7014112652013762443336
Binary1110001100001101011010101001011111110101001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386156; }

 p { color: rgb(56,97,86); }

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

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

 a { background-color: rgb(56,97,86); }

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

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

 span { border-color: rgb(56,97,86); }

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