#386353

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

Shades of Spectra #386353

Tints of Spectra #386353

Color information

#386353 (or 0x386353) is unknown color: approx Spectra. HEX triplet: 38, 63 and 53. RGB value is (56,99,83). Sum of RGB (Red+Green+Blue) = 56+99+83=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #386353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386353 is #C79CAC. Grayscale: #545454. Windows color (decimal): -13081773 or 5464888. OLE color: 5464888.

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

Color convert

RGB569983-
CMYK0.4300.160.61
HSL157.67º27.74%30.39%-
HSV(B)157.67º43.43%38.82%-
XYZ7.6510.399.79-
YUV84.32127.25107.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=23.53%
G=41.60%
B=34.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699830.4300.160.61157.6727.7430.39
Hex3863532B0103D9e1c1e
Octal7014312353020752363436
Binary11100011000111010011101011010000111101100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386353; }

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

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

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

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

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

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

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

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