#386551

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

Shades of Spectra #386551

Tints of Spectra #386551

Color information

#386551 (or 0x386551) is unknown color: approx Spectra. HEX triplet: 38, 65 and 51. RGB value is (56,101,81). Sum of RGB (Red+Green+Blue) = 56+101+81=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #386551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386551 is #C79AAE. Grayscale: #555555. Windows color (decimal): -13081263 or 5334328. OLE color: 5334328.

HSL color Cylindrical-coordinate representation of color #386551: hue angle of 153.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386551 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB5610181-
CMYK0.4500.200.60
HSL153.33º28.66%30.78%-
HSV(B)153.33º44.55%39.61%-
XYZ7.7710.749.45-
YUV85.26125.59107.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=23.53%
G=42.44%
B=34.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101810.4500.200.60153.3328.6630.78
Hex3865512D0143C991d1f
Octal7014512155024742313537
Binary11100011001011010001101101010100111100100110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386551; }

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

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

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

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

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

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

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

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