#386651

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

Shades of Spectra #386651

Tints of Spectra #386651

Color information

#386651 (or 0x386651) is unknown color: approx Spectra. HEX triplet: 38, 66 and 51. RGB value is (56,102,81). Sum of RGB (Red+Green+Blue) = 56+102+81=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #386651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386651 is #C799AE. Grayscale: #555555. Windows color (decimal): -13081007 or 5334584. OLE color: 5334584.

HSL color Cylindrical-coordinate representation of color #386651: hue angle of 152.61º 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 #386651 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB5610281-
CMYK0.4500.210.6
HSL152.61º29.11%30.98%-
HSV(B)152.61º45.1%40%-
XYZ7.8710.949.48-
YUV85.85125.26106.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=23.43%
G=42.68%
B=33.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102810.4500.210.6152.6129.1130.98
Hex3866512D0153C991d1f
Octal7014612155025742313537
Binary11100011001101010001101101010101111100100110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386651; }

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

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

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

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

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

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

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

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