#386650

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

Shades of Spectra #386650

Tints of Spectra #386650

Color information

#386650 (or 0x386650) is unknown color: approx Spectra. HEX triplet: 38, 66 and 50. RGB value is (56,102,80). Sum of RGB (Red+Green+Blue) = 56+102+80=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #386650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386650 is #C799AF. Grayscale: #555555. Windows color (decimal): -13081008 or 5269048. OLE color: 5269048.

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

Color convert

RGB5610280-
CMYK0.4500.220.6
HSL151.3º29.11%30.98%-
HSV(B)151.3º45.1%40%-
XYZ7.8310.929.29-
YUV85.74124.76106.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=23.53%
G=42.86%
B=33.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102800.4500.220.6151.329.1130.98
Hex3866502D0163C971d1f
Octal7014612055026742273537
Binary11100011001101010000101101010110111100100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386650; }

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

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

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

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

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

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

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

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