#386653

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

Shades of Stromboli #386653

Tints of Stromboli #386653

Color information

#386653 (or 0x386653) is unknown color: approx Stromboli. HEX triplet: 38, 66 and 53. RGB value is (56,102,83). Sum of RGB (Red+Green+Blue) = 56+102+83=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #386653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386653 is #C799AC. Grayscale: #565656. Windows color (decimal): -13081005 or 5465656. OLE color: 5465656.

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

Color convert

RGB5610283-
CMYK0.4500.190.6
HSL155.22º29.11%30.98%-
HSV(B)155.22º45.1%40%-
XYZ7.9410.979.88-
YUV86.08126.26106.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=23.24%
G=42.32%
B=34.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102830.4500.190.6155.2229.1130.98
Hex3866532D0133C9b1d1f
Octal7014612355023742333537
Binary11100011001101010011101101010011111100100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386653; }

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

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

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

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

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

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

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

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