#386352

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

Shades of Spectra #386352

Tints of Spectra #386352

Color information

#386352 (or 0x386352) is unknown color: approx Spectra. HEX triplet: 38, 63 and 52. RGB value is (56,99,82). Sum of RGB (Red+Green+Blue) = 56+99+82=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #386352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386352 is #C79CAD. Grayscale: #545454. Windows color (decimal): -13081774 or 5399352. OLE color: 5399352.

HSL color Cylindrical-coordinate representation of color #386352: hue angle of 156.28º 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 #386352 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB569982-
CMYK0.4300.170.61
HSL156.28º27.74%30.39%-
HSV(B)156.28º43.43%38.82%-
XYZ7.6210.379.58-
YUV84.2126.75107.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=23.63%
G=41.77%
B=34.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699820.4300.170.61156.2827.7430.39
Hex3863522B0113D9c1c1e
Octal7014312253021752343436
Binary11100011000111010010101011010001111101100111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386352; }

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

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

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

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

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

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

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

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